Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuxt-themes/tokens
Design Tokens synced with Nuxt design team Figma.
https://github.com/nuxt-themes/tokens
design-system design-tokens nuxt theme
Last synced: 3 months ago
JSON representation
Design Tokens synced with Nuxt design team Figma.
- Host: GitHub
- URL: https://github.com/nuxt-themes/tokens
- Owner: nuxt-themes
- License: mit
- Created: 2022-08-23T09:09:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-08T12:53:26.000Z (over 1 year ago)
- Last Synced: 2024-09-30T02:24:46.980Z (3 months ago)
- Topics: design-system, design-tokens, nuxt, theme
- Language: Vue
- Homepage: https://nuxt-themes-tokens.netlify.app
- Size: 974 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎨 @nuxt-themes/tokens
A design system built for **Nuxt**.
[✨ Documentation](https://nuxt-themes-tokens.netlify.app)
- Full install ships `6kb` of **CSS** to the client
- Design Tokens synchronized with NuxtLabs Figma
- Autocomplete on all token values
- Built on top of [🖌 Pinceau](https://github.com/Tahul/pinceau)## Install
```bash
npm install @nuxt-themes/tokens
``````ts
defineNuxtConfig({
extends: ['@nuxt-themes/tokens']
})
```## License
[MIT](./LICENSE) License © 2022-PRESENT [NuxtLabs](https://nuxtlabs.com)