@@ -9,6 +9,7 @@ import { CardExamples } from '../design/components/card/examples'
99import { HeaderExamples } from '../design/components/header/examples'
1010import { FooterExamples } from '../design/components/footer/examples'
1111import { RepoCardExamples } from '../design/components/repo-card/examples'
12+ import { LabCardExamples } from '../design/components/lab-card/examples'
1213import { StandardsListExamples } from '../design/components/standards-list/examples'
1314import { SideNavExamples } from '../design/components/side-nav/examples'
1415import { CatalogFilterExamples } from '../design/components/catalog-filter/examples'
@@ -35,6 +36,7 @@ const NAV_ITEMS = [
3536 { href : '#side-nav' , label : 'Side nav' } ,
3637 { href : '#header' , label : 'Header' } ,
3738 { href : '#footer' , label : 'Footer' } ,
39+ { href : '#lab-card' , label : 'Lab card' } ,
3840 { href : '#repo-card' , label : 'Repo card' } ,
3941 { href : '#standards-list' , label : 'Standards list' } ,
4042 { href : '#catalog-filter' , label : 'Catalog filter' } ,
@@ -73,6 +75,7 @@ export function DesignSystem({ config }: { config: SiteConfig }) {
7375 < SideNavExamples />
7476 < HeaderExamples config = { config } />
7577 < FooterExamples config = { config } />
78+ < LabCardExamples />
7679 < RepoCardExamples />
7780 < StandardsListExamples />
7881 < CatalogFilterExamples />
0 commit comments