Package Exports
- @dev-spendesk/grapes
- @dev-spendesk/grapes/style
- @dev-spendesk/grapes/tailwind
- @dev-spendesk/grapes/token
Readme
🍇 Grapes
The Spendesk component library for building and providing a consistent experience to anyone
Documentation
For full documentation, visit our documentation website.
Contributing
Pull requests are welcome. See the contributing guidelines for more information.
Resources
License
MIT.
Quick Start
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 default
The 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