|
12345678910111213141516171819 |
- ---
- name: Text Input
- menu: Components
- ---
-
- import { Playground, Props } from 'docz'
- import TextInput from './TextInput'
-
- # Text Input
-
- Component for inputting textual values.
-
- <Playground>
- <TextInput label="Username" placeholder="johndoe" hint="the name you use to log in" />
- </Playground>
-
- ## Props
-
- <Props of={TextInput} />
|