@chromatic-com/tetra
v2.0.2
Published
Style Guide + UI library for Chromatic and Storybook marketing sites and docs
Downloads
1,606
Maintainers
Keywords
Readme
Tetra ⍜ ⍚
Style guide and UI components for Chromatic's docs and marketing sites. https://tetra.chromatic.com
Install
pnpm add @chromatic-com/tetra
Developing
Watch and rebuild code with tsup
and runs Storybook to preview your UI during development.
pnpm run storybook
Building
Build package with tsup
for production.
pnpm run build