We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a3e05 commit c8fc683Copy full SHA for c8fc683
2 files changed
apps/examples/app/_components/example-data.ts
@@ -101,14 +101,7 @@ export const categories: ExampleCategory[] = [
101
icon: PanelLeft,
102
code: `<Sidebar open={open} onClose={() => setOpen(false)}>\n <NavGroup label="Navigation">\n <NavItem label="Home" icon={<Home />} />\n </NavGroup>\n</Sidebar>`,
103
},
104
- {
105
- slug: "nested-scroll",
106
- title: "Nested Scroll",
107
- description:
108
- "Netflix-style layout with horizontal carousels nested inside vertical scrolling content.",
109
- icon: GalleryHorizontal,
110
- code: `<Content>\n {sections.map(section => (\n <div className="overflow-x-auto snap-x snap-mandatory">\n {section.items.map(item => <Card />)}\n </div>\n ))}\n</Content>`,
111
- },
+
112
{
113
slug: "scroll-nav",
114
title: "Scroll Navigation",
apps/examples/app/nested-scroll/page.tsx
0 commit comments