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.

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