This website works better with JavaScript.
Home
Explore
Help
Sign In
tesseract-design
/
react-common
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Common front-end components for Web using the Tesseract design system, written for React.
https://make.modal.sh/tesseract/web/react/common
react
components
web
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.
42
Commits
3
Branches
3.2 MiB
TypeScript
90.9%
CSS
4.8%
JavaScript
2.7%
HTML
1.6%
Tree:
47a5ee040d
master
refactor/docs
refactor/pridepack-storybook
0.3.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '47a5ee040d'
${ noResults }
react-common
/
packages
/
react-common-docs
/
brand.tsx
10 lines
106 B
Raw
Blame
History
const Brand = () => (
<div>
<strong>
Tesseract
</strong>
</div>
)
export default Brand