Skip to content
全部能力
设计系统packages/design/design-tokens

design-tokens 能力包

W3C DTCG $value/$type 规范的 token 文件 + Style Dictionary 4 流水线;输出 CSS 变量、JS module、Figma 同步源。

打开文档
稳定性
稳定
作用域
全局
边界
packages/design/design-tokens
design-tokenspackages/design/design-tokens
设计系统
neutral-2
neutral-7
neutral-12
blue-9
cyan-9
brand-gradient

Aa Heading

Body copy renders the rhythm.

Small body for secondary context.

Caption · the smallest step

Tokens 数

195

组件

22

覆盖率

94%

同步状态

OK

packages/design/design-tokens设计供应链
使用方式design-tokens.ts
typescript
design-tokens.ts
1import { designTokens } from "@nebutra/design-tokens";
2
3// Part of the design supply chain — consumed by both apps and Storybook.
4export const surface = designTokens({
5  brand: "nebutra",
6  mode: "system",
7});