Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

TextInput.mdx 328 B

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