Components
Input
Input
An input field that allows users to enter and edit text efficiently within forms or interactive interfaces. It can function as a standalone component or as part of a form, providing a flexible and user-friendly way to handle text input.
Note: The Input
component supports all HTML5 input types, including
email
, number
, password
, search
, tel
, text
, url
, and more. See
the MDN
docs for a
complete list of supported types.