Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

brand.tsx 106 B

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