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

10 行
106 B

  1. const Brand = () => (
  2. <div>
  3. <strong>
  4. Tesseract
  5. </strong>
  6. </div>
  7. )
  8. export default Brand