Skip to main content
A text field is a fundamental input component that allows users to enter and edit text. It supports labels, placeholders, error states, and disabled states for comprehensive form interactions.

Default Styling

By default, the Text Field uses Qonto’s branding: Default text 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 Text Field can be customized using the following CSS variables:

Example

This example shows a customized Text Field:
The result is a text field with increased padding, rounded corners, and larger typography: Customized text field style