The Spendesk component library for building and providing a consistent experience to anyone
For full documentation, visit our documentation website.
Pull requests are welcome. See the contributing guidelines for more information.
MIT.
To start developing locally, you can simply run the following commands:
npm install
npm run dev # Start Storybook and open it on `http://localhost:6006/` by defaultThe playground is the place where you can:
- Test components
- Dev components
Playground files are in the src/playground folder and the index.html is at the root.
npm run play