Use Design Tokens in your Nuxt project.
- 🚀 Powered by Style Dictionary
- ✨ Lets you configure the appeareance of your Nuxt app easily
- 📦 Handles
tokens.config.ts
file - 👨🎨 Goes nicely with @nuxt-themes/config
- 🎨 Offers
useTokens
,$tokens
and$dt
typed APIs
- Clone repository
- Install dependencies using `yarn install``
- Try playground using
yarn dev