Components
Text Field
Text fields let the user enter a single line of text, such as a name or email address.
Enter your full name.
Anatomy
Anatomy
import {TextField} from '@staffbase/design';
<TextField /> Examples
With icons
Invalid
Enter a valid email address.
API reference
TextField
Inherits props fromBase UI Input Root
| Name | Type | Description |
|---|---|---|
type | textemailpasswordtelurl | The HTML input type rendered by the field. Default: text |
leadingIcon | ReactNode | An icon rendered at the start side of the input. |
trailingIcon | ReactNode | An icon rendered at the end side of the input. |