design systempackages/design/docs-shared
docs-shared package
docs-shared — focused capability inside the design system domain, boundary at packages/design/docs-shared.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/design/docs-shared
docs-sharedpackages/design/docs-shared
Design systemneutral-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 shipped
451
Components
102
Coverage
88%
Sync status
OK
packages/design/docs-shareddesign supply chain
Usagedocs-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});