Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"src/components/kibo-ui/**",
"src/components/release-contribution-graph.client.tsx",
"src/components/release-contribution-graph.tsx",
"src/components/sponsors-layout-lab.tsx",
"src/components/ui/pr-line.tsx",
"src/components/vercel-oss-badge.tsx",
"src/lib/typed-links.ts"
Expand Down
9 changes: 9 additions & 0 deletions packages/docs/content/docs/internal/design-system.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exposeTo: [user]
---

import { H1, H2, Description } from '@/src/components/typography'
import { SponsorsLayoutLab } from '@/src/components/sponsors-layout-lab'

<Description>Who needs Storybook anyway? (using the `<Description>` component)</Description>

Expand Down Expand Up @@ -74,3 +75,11 @@ export const yep = "we got'em too."
<FeatureSupportMatrix introducedInVersion='2.5.0' deprecatedInVersion='2.6.0' support={{ supported: true, frameworks: ['Next.js (app router)']}}/>
<FeatureSupportMatrix introducedInVersion='2.5.0' deprecatedInVersion='2.6.0' support={{ supported: false, frameworks: ['Next.js (app router)']}}/>

## Sidebar sponsors

Layout candidates for the docs sidebar sponsors section, constrained to the
sidebar width. Extra sponsors are pulled from the landing page to preview
density with more slots.

<SponsorsLayoutLab />

Loading