@x4b/design-system
v30.2.0
Published
X4B design system
Downloads
139
Readme
X4B design system
X4B design system is a collection of reusable components for building X4B web applications.
Getting Started
We use Storybook as a playground for developing components. It's also a fantastic tool for documentation. Run Storybook:
pnpm storybook
Run unit tests:
pnpm test
Run lint:
pnpm lint
Run type checks:
pnpm typecheck