Tetra ⍜ ⍚
This library centralised Chromatic and Storybooks' style guides as well as an exhaustive list of components use accross our suite of marketing sites. This is also a good excuse to test all the new features that both Storybook and Chromatic offers. Please feel free to learn from it and ask any questions that comes your way.
https://tetra.chromatic.com
Install
yarn add @chromatic-com/tetra
To Do
Developing
Watch and rebuild code with tsup
and runs Storybook to preview your UI during development.
yarn storybook
Building
Build package with tsup
for production.
yarn build