Skip to main content

Default

The following examples demonstrates the Text Boxes in action.

warning

In documentation apprence of components may not be in correct way. To view the component in exact design please view the demo app.

Usecase Examples

Usecase Examples with default style.

Colors

Border Colors

Active Border Colors

Border Width

Border Radius

Background Color

Active Background Color

Type

Sizes

Readonly

Disabled

Label

Label
Custom Element Label

Label Style

Label
Label

Helper Text

Helper text

Max Length

0 / 15

Prefix

Prefix Style

Surfix

Surfix Style

Adornments Separator

Playground

Live Editor
//Play with props to see live changes;

render(<TextBox
    prefixSeparator
    placeholder='Play with props to see live changes'
    color='primary'
    borderColor='crimson'
    borderWidth='thick'
    radius='full'
    size='large'
    prefix="star"
  />);
Result
Loading...