Skip to content

Commit

Permalink
feat: add navigation drawer demo with modal
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadBazaz committed Jul 25, 2024
1 parent 98a7ff1 commit a3012a3
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 70 deletions.
7 changes: 1 addition & 6 deletions apps/demo/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,7 @@ export default function RootLayout({
Star us on GitHub
</GitHubButton>
</div>
<div className="flex flex-col justify-center items-center md:grid md:grid-cols-[5rem_1fr_1fr] gap-4 md:h-screen">
<div id="sidebar">
{/* <NavigationDrawer>
</NavigationDrawer> */}
</div>
<div className="flex flex-col justify-center items-center md:grid md:grid-cols-[1fr_1fr] lg:grid-cols-[22.5rem_1fr_1fr] gap-4 md:h-screen">
{children}
</div>
</main>
Expand Down
Loading

0 comments on commit a3012a3

Please sign in to comment.