@bondsoftware/bondmx-components
v1.0.89
Published
BondMX components
Readme
BondMX Component Library
Used to develop, test and store all BondMX components.
To get started (development)
bun imake sure you have bun installed / node 18+
Build:
bun run BuildStorybook
bun run storybook-build && bun run storybookTesting
bun run testComponent 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.tsGoodies included
- Tailwind
- Rollup
- Jest
- React
- Typescript
- Storybook
