repo
stringlengths
7
64
file_url
stringlengths
81
338
file_path
stringlengths
5
257
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:25:31
2026-01-05 01:50:38
truncated
bool
2 classes
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-01.tsx
deprecated/www/registry/default/blocks/calendar-01.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar01() { const [date, setDate] = React.useState<Date | undefined>( new Date(2025, 5, 12) ) return ( <Calendar mode="single" defaultMonth={date} selected...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-25.tsx
deprecated/www/registry/default/blocks/calendar-25.tsx
"use client" import * as React from "react" import { ChevronDownIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-16.tsx
deprecated/www/registry/default/blocks/calendar-16.tsx
"use client" import * as React from "react" import { Clock2Icon } from "lucide-react" import { Calendar } from "@/registry/default/ui/calendar" import { Card, CardContent, CardFooter } from "@/registry/default/ui/card" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/la...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-08.tsx
deprecated/www/registry/default/blocks/calendar-08.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar08() { const [date, setDate] = React.useState<Date | undefined>( new Date(2025, 5, 12) ) return ( <Calendar mode="single" defaultMonth={date} selected...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-32.tsx
deprecated/www/registry/default/blocks/calendar-32.tsx
"use client" import * as React from "react" import { CalendarPlusIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Drawer, DrawerContent, DrawerDescription, DrawerHeader, DrawerTitle, DrawerTrigger, } from "@...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-12.tsx
deprecated/www/registry/default/blocks/calendar-12.tsx
"use client" import * as React from "react" import { type DateRange } from "react-day-picker" import { enUS, es } from "react-day-picker/locale" import { Calendar } from "@/registry/default/ui/calendar" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/default/ui/card" i...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-07.tsx
deprecated/www/registry/default/blocks/calendar-07.tsx
"use client" import * as React from "react" import { type DateRange } from "react-day-picker" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar07() { const [dateRange, setDateRange] = React.useState<DateRange | undefined>({ from: new Date(2025, 5, 18), to: new Date(...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-19.tsx
deprecated/www/registry/default/blocks/calendar-19.tsx
"use client" import * as React from "react" import { addDays } from "date-fns" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Card, CardContent, CardFooter } from "@/registry/default/ui/card" export default function Calendar19() { const [dat...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-11.tsx
deprecated/www/registry/default/blocks/calendar-11.tsx
"use client" import * as React from "react" import { type DateRange } from "react-day-picker" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar11() { const [dateRange, setDateRange] = React.useState<DateRange | undefined>({ from: new Date(2025, 5, 17), to: new Date(...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-13.tsx
deprecated/www/registry/default/blocks/calendar-13.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" import { Label } from "@/registry/default/ui/label" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@/registry/default/ui/select" export default function Calendar13() { co...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-27.tsx
deprecated/www/registry/default/blocks/calendar-27.tsx
"use client" import * as React from "react" import { CalendarIcon } from "lucide-react" import { DateRange } from "react-day-picker" import { Bar, BarChart, CartesianGrid, XAxis } from "recharts" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-15.tsx
deprecated/www/registry/default/blocks/calendar-15.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar15() { const [date, setDate] = React.useState<Date | undefined>( new Date(2025, 5, 12) ) return ( <Calendar mode="single" defaultMonth={date} selected...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-20.tsx
deprecated/www/registry/default/blocks/calendar-20.tsx
"use client" import * as React from "react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Card, CardContent, CardFooter } from "@/registry/default/ui/card" export default function Calendar20() { const [date, setDate] = React.useState<Date |...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-24.tsx
deprecated/www/registry/default/blocks/calendar-24.tsx
"use client" import * as React from "react" import { ChevronDownIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-28.tsx
deprecated/www/registry/default/blocks/calendar-28.tsx
"use client" import * as React from "react" import { CalendarIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" import { Pop...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-04.tsx
deprecated/www/registry/default/blocks/calendar-04.tsx
"use client" import * as React from "react" import { type DateRange } from "react-day-picker" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar04() { const [dateRange, setDateRange] = React.useState<DateRange | undefined>({ from: new Date(2025, 5, 9), to: new Date(2...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-14.tsx
deprecated/www/registry/default/blocks/calendar-14.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar14() { const [date, setDate] = React.useState<Date | undefined>( new Date(2025, 5, 12) ) const bookedDates = Array.from( { length: 12 }, (_, i) => new Date(2025, 5, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-26.tsx
deprecated/www/registry/default/blocks/calendar-26.tsx
"use client" import * as React from "react" import { ChevronDownIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-23.tsx
deprecated/www/registry/default/blocks/calendar-23.tsx
"use client" import * as React from "react" import { ChevronDownIcon } from "lucide-react" import { type DateRange } from "react-day-picker" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Label } from "@/registry/default/ui/label" import { Po...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-21.tsx
deprecated/www/registry/default/blocks/calendar-21.tsx
"use client" import * as React from "react" import { DateRange } from "react-day-picker" import { Calendar, CalendarDayButton } from "@/registry/default/ui/calendar" export default function Calendar21() { const [range, setRange] = React.useState<DateRange | undefined>({ from: new Date(2025, 5, 12), to: new...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-22.tsx
deprecated/www/registry/default/blocks/calendar-22.tsx
"use client" import * as React from "react" import { ChevronDownIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Label } from "@/registry/default/ui/label" import { Popover, PopoverContent, PopoverTrigger, } from ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/calendar-02.tsx
deprecated/www/registry/default/blocks/calendar-02.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" export default function Calendar02() { const [date, setDate] = React.useState<Date | undefined>( new Date(2025, 5, 12) ) return ( <Calendar mode="single" defaultMonth={date} numberOf...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-06/page.tsx
deprecated/www/registry/default/blocks/sidebar-06/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-06/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-06/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-06/components/app-sidebar.tsx
import * as React from "react" import { GalleryVerticalEnd } from "lucide-react" import { NavMain } from "@/registry/default/blocks/sidebar-06/components/nav-main" import { SidebarOptInForm } from "@/registry/default/blocks/sidebar-06/components/sidebar-opt-in-form" import { Sidebar, SidebarContent, SidebarFoote...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-06/components/sidebar-opt-in-form.tsx
deprecated/www/registry/default/blocks/sidebar-06/components/sidebar-opt-in-form.tsx
import { Button } from "@/registry/default/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/default/ui/card" import { SidebarInput } from "@/registry/default/ui/sidebar" export function SidebarOptInForm() { return ( <Card className="shadow-none"> <...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-06/components/nav-main.tsx
deprecated/www/registry/default/blocks/sidebar-06/components/nav-main.tsx
"use client" import { MoreHorizontal, type LucideIcon } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarGroup, SidebarMenu, SidebarMenuButton, SidebarMenuItem, useSidebar, } from "@/re...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-11/page.tsx
deprecated/www/registry/default/blocks/sidebar-11/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-11/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-11/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-11/components/app-sidebar.tsx
import * as React from "react" import { ChevronRight, File, Folder } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, Side...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-03/page.tsx
deprecated/www/registry/default/blocks/sidebar-03/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-03/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-03/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-03/components/app-sidebar.tsx
import * as React from "react" import { GalleryVerticalEnd } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarHeader, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarRail, } from "@/registry/default/ui/sid...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-03/page.tsx
deprecated/www/registry/default/blocks/login-03/page.tsx
import { GalleryVerticalEnd } from "lucide-react" import { LoginForm } from "@/registry/default/blocks/login-03/components/login-form" export default function LoginPage() { return ( <div className="flex min-h-svh flex-col items-center justify-center gap-6 bg-muted p-6 md:p-10"> <div className="flex w-full...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-03/components/login-form.tsx
deprecated/www/registry/default/blocks/login-03/components/login-form.tsx
import { cn } from "@/registry/default/lib/utils" import { Button } from "@/registry/default/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/default/ui/card" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-09/page.tsx
deprecated/www/registry/default/blocks/sidebar-09/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-09/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-09/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-09/components/app-sidebar.tsx
"use client" import * as React from "react" import { ArchiveX, Command, File, Inbox, Send, Trash2 } from "lucide-react" import { NavUser } from "@/registry/default/blocks/sidebar-09/components/nav-user" import { Label } from "@/registry/default/ui/label" import { Sidebar, SidebarContent, SidebarFooter, Sideba...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-09/components/nav-user.tsx
deprecated/www/registry/default/blocks/sidebar-09/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/page.tsx
deprecated/www/registry/default/blocks/sidebar-15/page.tsx
import { SidebarLeft } from "@/registry/default/blocks/sidebar-15/components/sidebar-left" import { SidebarRight } from "@/registry/default/blocks/sidebar-15/components/sidebar-right" import { Breadcrumb, BreadcrumbItem, BreadcrumbList, BreadcrumbPage, } from "@/registry/default/ui/breadcrumb" import { Separato...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/calendars.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/calendars.tsx
import * as React from "react" import { Check, ChevronRight } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/sidebar-right.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/sidebar-right.tsx
import * as React from "react" import { Plus } from "lucide-react" import { Calendars } from "@/registry/default/blocks/sidebar-15/components/calendars" import { DatePicker } from "@/registry/default/blocks/sidebar-15/components/date-picker" import { NavUser } from "@/registry/default/blocks/sidebar-15/components/nav-...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/nav-workspaces.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/nav-workspaces.tsx
import { ChevronRight, MoreHorizontal, Plus } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuAction, SidebarMenuButton, SidebarMenuIte...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/nav-user.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/nav-favorites.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/nav-favorites.tsx
"use client" import { ArrowUpRight, Link, MoreHorizontal, StarOff, Trash2, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarGroup, SidebarGroupLabel, Si...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/date-picker.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/date-picker.tsx
import { Calendar } from "@/registry/default/ui/calendar" import { SidebarGroup, SidebarGroupContent, } from "@/registry/default/ui/sidebar" export function DatePicker() { return ( <SidebarGroup className="px-0"> <SidebarGroupContent> <Calendar className="[&_[role=gridcell].bg-accent]:bg-sideba...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/nav-main.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/nav-main.tsx
"use client" import { type LucideIcon } from "lucide-react" import { SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from "@/registry/default/ui/sidebar" export function NavMain({ items, }: { items: { title: string url: string icon: LucideIcon isActive?: boolean }[] }) { return ( ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/nav-secondary.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/nav-secondary.tsx
import React from "react" import { type LucideIcon } from "lucide-react" import { SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, } from "@/registry/default/ui/sidebar" export function NavSecondary({ items, ...props }: { items: { title: strin...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/sidebar-left.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/sidebar-left.tsx
"use client" import * as React from "react" import { AudioWaveform, Blocks, Calendar, Command, Home, Inbox, MessageCircleQuestion, Search, Settings2, Sparkles, Trash2, } from "lucide-react" import { NavFavorites } from "@/registry/default/blocks/sidebar-15/components/nav-favorites" import { NavM...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-15/components/team-switcher.tsx
deprecated/www/registry/default/blocks/sidebar-15/components/team-switcher.tsx
"use client" import * as React from "react" import { ChevronDown, Plus } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarM...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-14/page.tsx
deprecated/www/registry/default/blocks/sidebar-14/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-14/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { SidebarInset, SidebarProvider, SidebarTrigger, } from "@...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-14/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-14/components/app-sidebar.tsx
import * as React from "react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarRail, } from "@/registry/default/ui/sidebar" // This is sampl...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-04/page.tsx
deprecated/www/registry/default/blocks/login-04/page.tsx
import { LoginForm } from "@/registry/default/blocks/login-04/components/login-form" export default function LoginPage() { return ( <div className="flex min-h-svh flex-col items-center justify-center bg-muted p-6 md:p-10"> <div className="w-full max-w-sm md:max-w-3xl"> <LoginForm /> </div> ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-04/components/login-form.tsx
deprecated/www/registry/default/blocks/login-04/components/login-form.tsx
import { cn } from "@/registry/default/lib/utils" import { Button } from "@/registry/default/ui/button" import { Card, CardContent } from "@/registry/default/ui/card" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" export function LoginForm({ className, ...pr...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/page.tsx
deprecated/www/registry/default/blocks/sidebar-16/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-16/components/app-sidebar" import { SiteHeader } from "@/registry/default/blocks/sidebar-16/components/site-header" import { SidebarInset, SidebarProvider } from "@/registry/default/ui/sidebar" export const iframeHeight = "800px" export const description =...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/app-sidebar.tsx
"use client" import * as React from "react" import { BookOpen, Bot, Command, Frame, LifeBuoy, Map, PieChart, Send, Settings2, SquareTerminal, } from "lucide-react" import { NavMain } from "@/registry/default/blocks/sidebar-16/components/nav-main" import { NavProjects } from "@/registry/default/blo...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/nav-user.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/site-header.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/site-header.tsx
"use client" import { SidebarIcon } from "lucide-react" import { SearchForm } from "@/registry/default/blocks/sidebar-16/components/search-form" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Butt...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/search-form.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/search-form.tsx
import { Search } from "lucide-react" import { Label } from "@/registry/default/ui/label" import { SidebarInput } from "@/registry/default/ui/sidebar" export function SearchForm({ ...props }: React.ComponentProps<"form">) { return ( <form {...props}> <div className="relative"> <Label htmlFor="sear...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/nav-main.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/nav-main.tsx
"use client" import { ChevronRight, type LucideIcon } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { SidebarGroup, SidebarGroupLabel, SidebarMenu, SidebarMenuAction, SidebarMenuButton, SidebarMenuItem, SidebarMe...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/nav-secondary.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/nav-secondary.tsx
import * as React from "react" import { type LucideIcon } from "lucide-react" import { SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from "@/registry/default/ui/sidebar" export function NavSecondary({ items, ...props }: { items: { title: string url: stri...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-16/components/nav-projects.tsx
deprecated/www/registry/default/blocks/sidebar-16/components/nav-projects.tsx
"use client" import { Folder, MoreHorizontal, Share, Trash2, type LucideIcon, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarGroup, SidebarGroupLabel, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-04/page.tsx
deprecated/www/registry/default/blocks/sidebar-04/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-04/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-04/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-04/components/app-sidebar.tsx
import * as React from "react" import { GalleryVerticalEnd } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarHeader, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, } from "@/registry/default/ui/sidebar" // This ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-13/page.tsx
deprecated/www/registry/default/blocks/sidebar-13/page.tsx
import { SettingsDialog } from "@/registry/default/blocks/sidebar-13/components/settings-dialog" export default function Page() { return ( <div className="flex h-svh items-center justify-center"> <SettingsDialog /> </div> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-13/components/settings-dialog.tsx
deprecated/www/registry/default/blocks/sidebar-13/components/settings-dialog.tsx
"use client" import * as React from "react" import { Bell, Check, Globe, Home, Keyboard, Link, Lock, Menu, MessageCircle, Paintbrush, Settings, Video, } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } f...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-05/page.tsx
deprecated/www/registry/default/blocks/sidebar-05/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-05/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-05/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-05/components/app-sidebar.tsx
import * as React from "react" import { GalleryVerticalEnd, Minus, Plus } from "lucide-react" import { SearchForm } from "@/registry/default/blocks/sidebar-05/components/search-form" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { Sidebar, Sid...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-05/components/search-form.tsx
deprecated/www/registry/default/blocks/sidebar-05/components/search-form.tsx
import { Search } from "lucide-react" import { Label } from "@/registry/default/ui/label" import { SidebarGroup, SidebarGroupContent, SidebarInput, } from "@/registry/default/ui/sidebar" export function SearchForm({ ...props }: React.ComponentProps<"form">) { return ( <form {...props}> <SidebarGroup...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-02/page.tsx
deprecated/www/registry/default/blocks/sidebar-02/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-02/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-02/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-02/components/app-sidebar.tsx
import * as React from "react" import { ChevronRight } from "lucide-react" import { SearchForm } from "@/registry/default/blocks/sidebar-02/components/search-form" import { VersionSwitcher } from "@/registry/default/blocks/sidebar-02/components/version-switcher" import { Collapsible, CollapsibleContent, Collapsi...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-02/components/search-form.tsx
deprecated/www/registry/default/blocks/sidebar-02/components/search-form.tsx
import { Search } from "lucide-react" import { Label } from "@/registry/default/ui/label" import { SidebarGroup, SidebarGroupContent, SidebarInput, } from "@/registry/default/ui/sidebar" export function SearchForm({ ...props }: React.ComponentProps<"form">) { return ( <form {...props}> <SidebarGroup...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-02/components/version-switcher.tsx
deprecated/www/registry/default/blocks/sidebar-02/components/version-switcher.tsx
"use client" import * as React from "react" import { Check, ChevronsUpDown, GalleryVerticalEnd } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarMenu, SidebarMenuButton, SidebarMenuItem, }...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/page.tsx
deprecated/www/registry/default/blocks/dashboard-01/page.tsx
import { AppSidebar } from "@/registry/default/blocks/dashboard-01/components/app-sidebar" import { ChartAreaInteractive } from "@/registry/default/blocks/dashboard-01/components/chart-area-interactive" import { DataTable } from "@/registry/default/blocks/dashboard-01/components/data-table" import { SectionCards } from...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/chart-area-interactive.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/chart-area-interactive.tsx
"use client" import * as React from "react" import { Area, AreaChart, CartesianGrid, XAxis } from "recharts" import { useIsMobile } from "@/registry/default/hooks/use-mobile" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/default/ui/card" import { ChartConfig, Cha...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/app-sidebar.tsx
"use client" import * as React from "react" import { ArrowUpCircleIcon, BarChartIcon, CameraIcon, ClipboardListIcon, DatabaseIcon, FileCodeIcon, FileIcon, FileTextIcon, FolderIcon, HelpCircleIcon, LayoutDashboardIcon, ListIcon, SearchIcon, SettingsIcon, UsersIcon, } from "lucide-react" i...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/section-cards.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/section-cards.tsx
import { TrendingDownIcon, TrendingUpIcon } from "lucide-react" import { Badge } from "@/registry/default/ui/badge" import { Card, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/default/ui/card" export function SectionCards() { return ( <div className="*:data-[slot=card]:shadow...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/nav-user.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/nav-user.tsx
"use client" import { BellIcon, CreditCardIcon, LogOutIcon, MoreVerticalIcon, UserCircleIcon, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMen...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/nav-documents.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/nav-documents.tsx
"use client" import { FolderIcon, MoreHorizontalIcon, ShareIcon, type LucideIcon, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarGroup, SidebarGroupLabel, SidebarMenu, Sidebar...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/data-table.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/data-table.tsx
"use client" import * as React from "react" import { DndContext, KeyboardSensor, MouseSensor, TouchSensor, closestCenter, useSensor, useSensors, type DragEndEvent, type UniqueIdentifier, } from "@dnd-kit/core" import { restrictToVerticalAxis } from "@dnd-kit/modifiers" import { SortableContext, a...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/site-header.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/site-header.tsx
import { Separator } from "@/registry/default/ui/separator" import { SidebarTrigger } from "@/registry/default/ui/sidebar" export function SiteHeader() { return ( <header className="group-has-data-[collapsible=icon]/sidebar-wrapper:h-12 flex h-12 shrink-0 items-center gap-2 border-b transition-[width,height] eas...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/nav-main.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/nav-main.tsx
"use client" import { MailIcon, PlusCircleIcon, type LucideIcon } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from "@/registry/default/ui/sidebar" export function NavMain({ items, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/dashboard-01/components/nav-secondary.tsx
deprecated/www/registry/default/blocks/dashboard-01/components/nav-secondary.tsx
"use client" import * as React from "react" import { LucideIcon } from "lucide-react" import { SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from "@/registry/default/ui/sidebar" export function NavSecondary({ items, ...props }: { items: { title: string ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-08/page.tsx
deprecated/www/registry/default/blocks/sidebar-08/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-08/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-08/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-08/components/app-sidebar.tsx
"use client" import * as React from "react" import { BookOpen, Bot, Command, Frame, LifeBuoy, Map, PieChart, Send, Settings2, SquareTerminal, } from "lucide-react" import { NavMain } from "@/registry/default/blocks/sidebar-08/components/nav-main" import { NavProjects } from "@/registry/default/blo...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-08/components/nav-user.tsx
deprecated/www/registry/default/blocks/sidebar-08/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-08/components/nav-main.tsx
deprecated/www/registry/default/blocks/sidebar-08/components/nav-main.tsx
"use client" import { ChevronRight, type LucideIcon } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { SidebarGroup, SidebarGroupLabel, SidebarMenu, SidebarMenuAction, SidebarMenuButton, SidebarMenuItem, SidebarMe...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-08/components/nav-secondary.tsx
deprecated/www/registry/default/blocks/sidebar-08/components/nav-secondary.tsx
import * as React from "react" import { type LucideIcon } from "lucide-react" import { SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from "@/registry/default/ui/sidebar" export function NavSecondary({ items, ...props }: { items: { title: string url: stri...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-08/components/nav-projects.tsx
deprecated/www/registry/default/blocks/sidebar-08/components/nav-projects.tsx
"use client" import { Folder, MoreHorizontal, Share, Trash2, type LucideIcon, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarGroup, SidebarGroupLabel, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-12/page.tsx
deprecated/www/registry/default/blocks/sidebar-12/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-12/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbList, BreadcrumbPage, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { SidebarInset, SidebarProvider, Sideba...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-12/components/calendars.tsx
deprecated/www/registry/default/blocks/sidebar-12/components/calendars.tsx
import * as React from "react" import { Check, ChevronRight } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-12/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-12/components/app-sidebar.tsx
import * as React from "react" import { Plus } from "lucide-react" import { Calendars } from "@/registry/default/blocks/sidebar-12/components/calendars" import { DatePicker } from "@/registry/default/blocks/sidebar-12/components/date-picker" import { NavUser } from "@/registry/default/blocks/sidebar-12/components/nav-...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-12/components/nav-user.tsx
deprecated/www/registry/default/blocks/sidebar-12/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-12/components/date-picker.tsx
deprecated/www/registry/default/blocks/sidebar-12/components/date-picker.tsx
import { Calendar } from "@/registry/default/ui/calendar" import { SidebarGroup, SidebarGroupContent, } from "@/registry/default/ui/sidebar" export function DatePicker() { return ( <SidebarGroup className="px-0"> <SidebarGroupContent> <Calendar className="[&_[role=gridcell].bg-accent]:bg-sideba...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-02/page.tsx
deprecated/www/registry/default/blocks/login-02/page.tsx
import { GalleryVerticalEnd } from "lucide-react" import { LoginForm } from "@/registry/default/blocks/login-02/components/login-form" export default function LoginPage() { return ( <div className="grid min-h-svh lg:grid-cols-2"> <div className="flex flex-col gap-4 p-6 md:p-10"> <div className="fl...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-02/components/login-form.tsx
deprecated/www/registry/default/blocks/login-02/components/login-form.tsx
import { cn } from "@/registry/default/lib/utils" import { Button } from "@/registry/default/ui/button" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" export function LoginForm({ className, ...props }: React.ComponentPropsWithoutRef<"form">) { return ( ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-01/page.tsx
deprecated/www/registry/default/blocks/login-01/page.tsx
import { LoginForm } from "@/registry/default/blocks/login-01/components/login-form" export default function Page() { return ( <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10"> <div className="w-full max-w-sm"> <LoginForm /> </div> </div> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/login-01/components/login-form.tsx
deprecated/www/registry/default/blocks/login-01/components/login-form.tsx
import { cn } from "@/registry/default/lib/utils" import { Button } from "@/registry/default/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/default/ui/card" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-07/page.tsx
deprecated/www/registry/default/blocks/sidebar-07/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-07/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" import { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-07/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-07/components/app-sidebar.tsx
"use client" import * as React from "react" import { AudioWaveform, BookOpen, Bot, Command, Frame, GalleryVerticalEnd, Map, PieChart, Settings2, SquareTerminal, } from "lucide-react" import { NavMain } from "@/registry/default/blocks/sidebar-07/components/nav-main" import { NavProjects } from "@/r...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-07/components/nav-user.tsx
deprecated/www/registry/default/blocks/sidebar-07/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-07/components/nav-main.tsx
deprecated/www/registry/default/blocks/sidebar-07/components/nav-main.tsx
"use client" import { ChevronRight, type LucideIcon } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { SidebarGroup, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuS...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-07/components/nav-projects.tsx
deprecated/www/registry/default/blocks/sidebar-07/components/nav-projects.tsx
"use client" import { Folder, Forward, MoreHorizontal, Trash2, type LucideIcon, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { SidebarGroup, SidebarGroupLabel,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/default/blocks/sidebar-07/components/team-switcher.tsx
deprecated/www/registry/default/blocks/sidebar-07/components/team-switcher.tsx
"use client" import * as React from "react" import { ChevronsUpDown, Plus } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { Sideb...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false