- 稳定性
- 稳定
- 作用域
- 全局
- 边界
- packages/design/docs-shared
docs-sharedpackages/design/docs-shared
设计系统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 数
451
组件
102
覆盖率
88%
同步状态
OK
packages/design/docs-shared设计供应链
使用方式docs-shared.ts
typescriptdocs-shared.ts
1import { docsShared } from "@nebutra/docs-shared";
2
3// Part of the design supply chain — consumed by both apps and Storybook.
4export const surface = docsShared({
5 brand: "nebutra",
6 mode: "system",
7});