A design system built for Nuxt.
- 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
npm install @huyooo-hub/tokens
defineNuxtConfig({
extends: ['@huyooo-hub/tokens'],
});