@sagemodeninja/design-token-provider
v1.0.0
Published
Manage design tokens in your web applications.
Downloads
74
Readme
Design Token Provider
Manage design tokens in your web applications. Design tokens are variables that represent visual properties such as colors, typography, spacing, etc., allowing for consistent theming and easy customization.
Documentation
See the wiki for guides on how to use the components.
Or, see the demo site for examples and demos.
Installation
From within your project, run:
npm i @sagemodeninja/design-token-provider
Contributing
See CONTRIBUTING.md for more information.
Set up
Initialize repo:
git clone https://github.com/sagemodeninja/design-token-provider.git
cd design-token-providerInstall the necessary dependencies:
npm installRun a local demo:
npm start