diff --git a/apps/www/__registry__/default/block/sidebar-16/page.tsx b/apps/www/__registry__/default/block/sidebar-16/page.tsx new file mode 100644 index 0000000000..6109ca5087 --- /dev/null +++ b/apps/www/__registry__/default/block/sidebar-16/page.tsx @@ -0,0 +1,134 @@ +"use client" + +import * as React from "react" +import { Command, Sidebar } from "lucide-react" + +import { AppSidebar } from "@/registry/default/block/sidebar-16/components/app-sidebar" +import { + Breadcrumb, + BreadcrumbItem, + BreadcrumbLink, + BreadcrumbList, + BreadcrumbPage, + BreadcrumbSeparator, +} from "@/registry/default/ui/breadcrumb" +import { Button } from "@/registry/default/ui/button" +import { Separator } from "@/registry/default/ui/separator" +import { + SidebarInset, + SidebarProvider, + SidebarTrigger, +} from "@/registry/default/ui/sidebar" + +export const iframeHeight = "800px" + +export const description = "An inset sidebar with site header navigation." + +const HEADER_HEIGHT = "4rem" + +export default function Page() { + const [open, setOpen] = React.useState(true) + + return ( +
\n Beautifully designed components built with Radix\n UI and Tailwind CSS.\n
\n \n\n Re-usable components built using Radix UI and\n Tailwind CSS.\n
\n \n\n How to install dependencies and structure your\n app.\n
\n \n\n Styles for headings, paragraphs, lists...etc\n
\n \n\n {component.description}\n
\n \n\n Beautifully designed components built with Radix\n UI and Tailwind CSS.\n
\n \n\n Re-usable components built using Radix UI and\n Tailwind CSS.\n
\n \n\n How to install dependencies and structure your\n app.\n
\n \n\n Styles for headings, paragraphs, lists...etc\n
\n \n\n {component.description}\n
\n \n+ Beautifully designed components built with Radix + UI and Tailwind CSS. +
+ ++ Re-usable components built using Radix UI and + Tailwind CSS. +
+ ++ How to install dependencies and structure your + app. +
+ ++ Styles for headings, paragraphs, lists...etc +
+ ++ {component.description} +
+ ++ Beautifully designed components built with Radix + UI and Tailwind CSS. +
+ ++ Re-usable components built using Radix UI and + Tailwind CSS. +
+ ++ How to install dependencies and structure your + app. +
+ ++ Styles for headings, paragraphs, lists...etc +
+ ++ {component.description} +
+ ++ Beautifully designed components built with Radix + UI and Tailwind CSS. +
+ ++ Re-usable components built using Radix UI and + Tailwind CSS. +
+ ++ How to install dependencies and structure your + app. +
+ ++ Styles for headings, paragraphs, lists...etc +
+ ++ {component.description} +
+ +