TextField

TextField Component

stable
Playground
Props
PropTypeDefaultValue
labeltext
variantselectoutlined | filled | standard
errorboolean
requiredboolean
disabledboolean
Outlined
Filled
Standard
PROPTYPEDEFAULTDESCRIPTION
disabledbooleanDisabled state
errorbooleanError state
labeltextField label
requiredbooleanRequired field
variantselectVisual variant
Using TextFieldtsx
import { TextField } from '@/components/TextField'

<TextField
  label="..."
  variant="..."
  error="..."
  required="..."
  disabled="..."
/>
Tokens Used
No design tokens detected