Style Guide + UI library for Chromatic and Storybook marketing sites and docs
- Types
- ESM
- CJS
- License
- MIT
- Install Size
- 3.6 MB(6.2 MB)
- Vulns
- 0
- Published
$
npm install @chromaui/tetra$
pnpm add @chromaui/tetra$
yarn add @chromaui/tetra$
bun add @chromaui/tetra$
deno add npm:@chromaui/tetra$
vlt install @chromaui/tetra$
vp add @chromaui/tetraTetra ⍜ ⍚

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.
Install
yarn add @chromaui/tetra
To Do
- Replace fonts in Text by the new text helpers
- Move icons to a new library and import it as primitive inside the Icon component
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