@bondsoftware/bondmx-components
v1.0.89
Published
BondMX components
Downloads
8
Readme
BondMX Component Library
Used to develop, test and store all BondMX components.
To get started (development)
bun i
make sure you have bun installed / node 18+
Build:
bun run Build
Storybook
bun run storybook-build && bun run storybook
Testing
bun run test
Component Structure
All components are in their own prospective folders to allow for storybook & testing files
e.g. a basic Button component example
Button.tsx
Button.stories.tsx
Button.test.tsx
index.ts
Goodies included
- Tailwind
- Rollup
- Jest
- React
- Typescript
- Storybook