FloatingLabel

FloatingLabel Component

stable
Playground
Props
PropTypeDefaultValue
labeltext
typeselecttext | email | password | number
disabledboolean
errorboolean
helperTexttext
Default
WithValue
WithError
Please enter a valid email address
Disabled
PROPTYPEDEFAULTDESCRIPTION
disabledbooleanDisabled state
errorbooleanError state
helperTexttextHelper text below input
labeltextLabel text
typeselectInput type
Using FloatingLabeltsx
import { FloatingLabel } from '@/components/FloatingLabel'

<FloatingLabel
  label="..."
  type="..."
  disabled="..."
  error="..."
  helperText="..."
/>
Tokens Used
No design tokens detected