Skip to main content
An amount field is a specialized input component designed for entering monetary values. It provides automatic formatting for currency display, decimal handling, and locale-specific number formatting.

Default Styling

By default, the Amount Field uses Qonto’s branding and includes a currency indicator (EUR by default): Default amount field style

Customization Options

All customizable components are subject to being styled with global CSS properties exposed by the Qonto Embed SDK. If no component-level style is applied by the SDK, the global styles will be used if they are defined.
The Amount Field can be customized using the following CSS variables:
The Amount Field automatically formats numbers based on the specified locale and handles decimal precision. The formatting and behavior are controlled by the component itself and cannot be customized via CSS.

Example

This example shows a customized Amount Field:
The result is an amount field with increased padding, thicker borders, rounded corners, and a custom color scheme: Customized amount field style