@x4b/design-system
v60.2.0
Published
X4B design system
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 storybookRun unit tests:
pnpm testRun lint:
pnpm lintRun type checks:
pnpm typecheck