@fluxuijs/theme
v0.6.0
Published
FluxUI Design Tokens and Theme System
Maintainers
Readme
@fluxuijs/theme
FluxUI 主题系统和设计令牌
安装
npm install @fluxuijs/theme
# or
pnpm add @fluxuijs/theme使用
import { applyTheme, lightTheme, darkTheme } from "@fluxuijs/theme";
import { tokens } from "@fluxuijs/theme";
applyTheme(lightTheme);
console.log(tokens.colors);License
MIT
