Skip to content
An element used to create interactive controls for web-based forms in order to accept data from the user.
  • Comes in bordered and underlined variants
  • Supports adding a postfix
  • Formik wrapper available

The variant prop can be used to change the appearance of the component.

Used to show e.g. a search icon or a currency inside the input.

  • Currency input: An enhanced input field that provides visual and non-visual cues to a user when entering an amount of money in a specified currency.
  • Date input: A means of inputting a date - either in a textfield or using a date picker interface.
  • Search: An input that allow users to find content by entering a search term.
  • Select: A form component used to select data from a list.
  • Textarea: A form element that allows users to enter text on multiple lines.