JSPM

@dev-spendesk/grapes

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

Spendesk components library

Package Exports

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

Readme

grapes

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.

Authors

Resources


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