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