Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920
  1. ---
  2. name: Text Input
  3. route: /components/text-input
  4. menu: Components
  5. ---
  6. import { Playground, Props } from 'docz'
  7. import TextInput from './TextInput'
  8. # Text Input
  9. Component for inputting textual values.
  10. <Playground>
  11. <TextInput label="Username" placeholder="johndoe" hint="the name you use to log in" />
  12. </Playground>
  13. ## Props
  14. <Props of={TextInput} />