Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 regels
291 B

  1. ---
  2. name: {{pascalCase name}}
  3. menu: Components
  4. ---
  5. import { Playground, Props } from 'docz'
  6. import {{pascalCase name}} from './{{pascalCase name}}'
  7. # {{pascalCase name}}
  8. {{description}}
  9. <Playground>
  10. <{{pascalCase name}} />
  11. </Playground>
  12. ## Props
  13. <Props of={ {{pascalCase name}} } />