Links to source code, design files, related entities, etc.
Min items: 1
References:
link
{
"kind": "links",
"items": [
{
"kind": "source",
"url": "https://code.acme.com/design-system/src/components/button/button.tsx",
"label": "React component source"
},
{
"kind": "design",
"url": "https://design-tool.acme.com/file/abc123?node-id=1234:5678",
"label": "Design file — Button variants"
},
{
"kind": "documentation",
"url": "https://design.acme.com/components/button",
"label": "Button documentation"
},
{
"kind": "storybook",
"url": "https://storybook.acme.com/?path=/docs/components-button--docs",
"label": "Interactive Storybook docs"
},
{
"kind": "package",
"url": "https://www.npmjs.com/package/@acme/components",
"label": "@acme/components on npm"
},
{
"kind": "parent",
"identifier": "button-group",
"url": "https://design.acme.com/components/button-group",
"label": "Button Group",
"role": "Groups multiple Buttons into a single visual unit"
},
{
"kind": "related",
"identifier": "icon-button",
"url": "https://design.acme.com/components/icon-button",
"label": "Icon Button",
"role": "Icon-only variant for compact contexts"
}
]
}
Design System Documentation Spec (DSDS) 0.2.1 — Draft Specification
GitHub