"},"localOverride":false},"QueryVariables:MessageSolutions":{"__typename":"QueryVariables","id":"MessageSolutions","value":{"first":10,"constraints":{"topicId":{"eq":"message:4073137"},"solution":{"eq":true}},"sorts":{"postTime":{"direction":"ASC"}},"useAvatar":true,"us...
description: "A simple sidebar with navigation grouped by section.", 16 changes: 1 addition & 15 deletions 16 apps/www/__registry__/new-york/block/demo-sidebar-menu-badge.tsx Original file line numberDiff line numberDiff line change @@ -1,28 +1,14 @@ "use client" import { Frame, ...
"Navigation Menu", "Popover", "Progress", "Radio Group", "Scroll Area", "Select", "Separator", "Sheet", "Skeleton", "Slider", "Switch", "Table", "Tabs", "Textarea", "Toast", "Toggle", "Tooltip", ]; </script> <template> <div class="flex flex-col items-center px-6 pb-6...
"Navigation Menu", "Popover", "Progress", "Radio Group", "Scroll Area", "Select", "Separator", "Sheet", "Skeleton", "Slider", "Switch", "Table", "Tabs", "Textarea", "Toast", "Toggle", "Tooltip", ]; </script> <template> <div class="flex flex-col items-center px-6 pb-6...
"Navigation Menu", "Popover", "Progress", "Radio Group", "Scroll Area", "Select", "Separator", "Sheet", "Skeleton", "Slider", "Switch", "Table", "Tabs", "Textarea", "Toast", "Toggle", "Tooltip", ]; </script> <template> <div class="flex flex-col items-center px-6 pb-6...
import { usePathname, useRouter } from 'next/navigation'; import { useState } from 'react'; import { Collapsible, CollapsibleContent, CollapsibleTrigger } from '@/components/ui/collapsible'; import { SidebarGroup, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton...
description: "A simple sidebar with navigation grouped by section.", 16 changes: 1 addition & 15 deletions 16 apps/www/__registry__/new-york/block/demo-sidebar-menu-badge.tsx Original file line numberDiff line numberDiff line change @@ -1,28 +1,14 @@ "use client" import { Frame, ...
Expand Up @@ -4,7 +4,10 @@ description: Pagination with page navigation, next and previous links. component: true --- <ComponentPreview name="pagination-demo" /> <ComponentPreview name="pagination-demo" description="A pagination with previous and next links." /> ## Installation Expand Dow...
Navigation MenuToggle navigation Sign in Product GitHub Copilot Write better code with AI Security Find and fix vulnerabilities Actions Automate any workflow Codespaces Instant dev environments Issues Plan and track work Code Review Manage code changes Discussions Collaborate outside of code ...
import { useRouter } from "next/navigation" import { MenuIcon } from "lucide-react" import { docsConfig } from "@/config/docs" import { siteConfig } from "@/config/site" import { cn } from "@/lib/utils" import { Icons } from "@/components/icons" import { useMetaColor } from ...