Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- ---
- 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} />
|