- 稳定性
- 稳定
- 作用域
- 全局
- 边界
- 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
typescriptdesign-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});