Skip to content

Commit c8fc683

Browse files
fyalavuzCopilot
andcommitted
chore: remove nested-scroll example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 17a3e05 commit c8fc683

2 files changed

Lines changed: 1 addition & 307 deletions

File tree

apps/examples/app/_components/example-data.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,7 @@ export const categories: ExampleCategory[] = [
101101
icon: PanelLeft,
102102
code: `<Sidebar open={open} onClose={() => setOpen(false)}>\n <NavGroup label="Navigation">\n <NavItem label="Home" icon={<Home />} />\n </NavGroup>\n</Sidebar>`,
103103
},
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-
},
104+
112105
{
113106
slug: "scroll-nav",
114107
title: "Scroll Navigation",

apps/examples/app/nested-scroll/page.tsx

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)