Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

10 řádky
106 B

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