JSPM

@dev-spendesk/grapes

1.58.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 229
  • Score
    100M100P100Q147144F
  • License MIT

Spendesk components library

Package Exports

  • @dev-spendesk/grapes
  • @dev-spendesk/grapes/style
  • @dev-spendesk/grapes/tailwind
  • @dev-spendesk/grapes/token

Readme

grapes

npm package storybook CI PRs Welcome

🍇 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

Storybook

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