Skip to content
/ tetra Public

Style Guide + UI Library for Chromatic and Storybook marketing sites

License

Notifications You must be signed in to change notification settings

chromaui/tetra

Repository files navigation

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