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/new-york/blocks/sidebar-10/components/nav-favorites.tsx
deprecated/www/registry/new-york/blocks/sidebar-10/components/nav-favorites.tsx
"use client" import { ArrowUpRight, Link, MoreHorizontal, StarOff, Trash2, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, } from "@/registry/new-york/ui/dropdown-menu" import { SidebarGroup, SidebarGroupLabel, S...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/blocks/sidebar-10/components/nav-main.tsx
deprecated/www/registry/new-york/blocks/sidebar-10/components/nav-main.tsx
"use client" import { type LucideIcon } from "lucide-react" import { SidebarMenu, SidebarMenuButton, SidebarMenuItem, } from "@/registry/new-york/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/new-york/blocks/sidebar-10/components/nav-secondary.tsx
deprecated/www/registry/new-york/blocks/sidebar-10/components/nav-secondary.tsx
import React from "react" import { type LucideIcon } from "lucide-react" import { SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, } from "@/registry/new-york/ui/sidebar" export function NavSecondary({ items, ...props }: { items: { title: 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/new-york/blocks/sidebar-10/components/team-switcher.tsx
deprecated/www/registry/new-york/blocks/sidebar-10/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/new-york/ui/dropdown-menu" import { 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/new-york/blocks/sidebar-01/page.tsx
deprecated/www/registry/new-york/blocks/sidebar-01/page.tsx
import { AppSidebar } from "@/registry/new-york/blocks/sidebar-01/components/app-sidebar" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { Separator } from "@/registry/new-york/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/new-york/blocks/sidebar-01/components/app-sidebar.tsx
deprecated/www/registry/new-york/blocks/sidebar-01/components/app-sidebar.tsx
import * as React from "react" import { SearchForm } from "@/registry/new-york/blocks/sidebar-01/components/search-form" import { VersionSwitcher } from "@/registry/new-york/blocks/sidebar-01/components/version-switcher" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, 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/new-york/blocks/sidebar-01/components/search-form.tsx
deprecated/www/registry/new-york/blocks/sidebar-01/components/search-form.tsx
import { Search } from "lucide-react" import { Label } from "@/registry/new-york/ui/label" import { SidebarGroup, SidebarGroupContent, SidebarInput, } from "@/registry/new-york/ui/sidebar" export function SearchForm({ ...props }: React.ComponentProps<"form">) { return ( <form {...props}> <SidebarGro...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/blocks/sidebar-01/components/version-switcher.tsx
deprecated/www/registry/new-york/blocks/sidebar-01/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/new-york/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/new-york/internal/dashboard-02.tsx
deprecated/www/registry/new-york/internal/dashboard-02.tsx
import Link from "next/link" import { Bell, CircleUser, Home, LineChart, Menu, Package, Package2, Search, ShoppingCart, Users, } from "lucide-react" import { Badge } from "@/registry/new-york/ui/badge" import { Button } from "@/registry/new-york/ui/button" import { Card, CardContent, CardDesc...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/dashboard-06.tsx
deprecated/www/registry/new-york/internal/dashboard-06.tsx
import Image from "next/image" import Link from "next/link" import { File, Home, LineChart, ListFilter, MoreHorizontal, Package, Package2, PanelLeft, PlusCircle, Search, Settings, ShoppingCart, Users2, } from "lucide-react" import { Badge } from "@/registry/new-york/ui/badge" import { Bread...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-group-collapsible.tsx
deprecated/www/registry/new-york/internal/sidebar-group-collapsible.tsx
"use client" import { ChevronDown, LifeBuoy, Send } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/new-york/ui/collapsible" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-07.tsx
deprecated/www/registry/new-york/internal/sidebar-07.tsx
"use client" import * as React from "react" import { AudioWaveform, BadgeCheck, Bell, BookOpen, Bot, ChevronRight, ChevronsUpDown, Command, CreditCard, Folder, Forward, Frame, GalleryVerticalEnd, LogOut, Map, MoreHorizontal, PieChart, Plus, Settings2, Sparkles, SquareTerminal,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-group.tsx
deprecated/www/registry/new-york/internal/sidebar-group.tsx
"use client" import { LifeBuoy, Send } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarProvider, } from "@/registry/new-york/ui/sidebar" export default function AppSidebar() { retur...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-12.tsx
deprecated/www/registry/new-york/internal/sidebar-12.tsx
"use client" import * as React from "react" import { BadgeCheck, Bell, Check, ChevronRight, ChevronsUpDown, CreditCard, LogOut, Plus, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/new-york/ui/avatar" import { Breadcrumb, BreadcrumbItem, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/login-01.tsx
deprecated/www/registry/new-york/internal/login-01.tsx
import Link from "next/link" import { Button } from "@/registry/new-york/ui/button" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/new-york/ui/card" import { Input } from "@/registry/new-york/ui/input" import { Label } from "@/registry/new-york/ui/label" export const ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/dashboard-03.tsx
deprecated/www/registry/new-york/internal/dashboard-03.tsx
import { Bird, Book, Bot, Code2, CornerDownLeft, LifeBuoy, Mic, Paperclip, Rabbit, Settings, Settings2, Share, SquareTerminal, SquareUser, Triangle, Turtle, } from "lucide-react" import { Badge } from "@/registry/new-york/ui/badge" import { Button } from "@/registry/new-york/ui/button" ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-05.tsx
deprecated/www/registry/new-york/internal/sidebar-05.tsx
import { GalleryVerticalEnd, Minus, Plus, Search } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-13.tsx
deprecated/www/registry/new-york/internal/sidebar-13.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/new-york/internal/dashboard-05.tsx
deprecated/www/registry/new-york/internal/dashboard-05.tsx
import * as React from "react" import Image from "next/image" import Link from "next/link" import { ChevronLeft, ChevronRight, Copy, CreditCard, File, Home, LineChart, ListFilter, MoreVertical, Package, Package2, PanelLeft, Search, Settings, ShoppingCart, Truck, Users2, } from "lucide-...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-rsc.tsx
deprecated/www/registry/new-york/internal/sidebar-rsc.tsx
import * as React from "react" import { Frame, LifeBuoy, Map, PieChart, Send } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarProvider, } from "@/registry/new-yo...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-14.tsx
deprecated/www/registry/new-york/internal/sidebar-14.tsx
import * as React from "react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarInset, SidebarMenu...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-04.tsx
deprecated/www/registry/new-york/internal/sidebar-04.tsx
"use client" import * as React from "react" import { GalleryVerticalEnd } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { Separator } from "@/registry/new-york/ui/separator" im...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-menu-sub.tsx
deprecated/www/registry/new-york/internal/sidebar-menu-sub.tsx
"use client" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, } from "@/registry/new-york/ui/sidebar" const items = [ { title: "Getting Started", ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-menu.tsx
deprecated/www/registry/new-york/internal/sidebar-menu.tsx
"use client" import { Frame, LifeBuoy, Map, PieChart, Send } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarProvider, } from "@/registry/new-york/ui/sidebar" const projects = [ { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-02.tsx
deprecated/www/registry/new-york/internal/sidebar-02.tsx
"use client" import * as React from "react" import { Check, ChevronRight, ChevronsUpDown, GalleryVerticalEnd, Search, } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" 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/new-york/internal/sidebar-header.tsx
deprecated/www/registry/new-york/internal/sidebar-header.tsx
"use client" import { ChevronDown } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/new-york/ui/dropdown-menu" import { Sidebar, SidebarHeader, SidebarInset, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarProvider...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/dashboard-01.tsx
deprecated/www/registry/new-york/internal/dashboard-01.tsx
import Link from "next/link" import { Activity, ArrowUpRight, CircleUser, CreditCard, DollarSign, Menu, Package2, Search, Users, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/new-york/ui/avatar" import { Badge } from "@/registry/new-york/ui/badge" 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/new-york/internal/charts-01.tsx
deprecated/www/registry/new-york/internal/charts-01.tsx
"use client" import { Area, AreaChart, Bar, BarChart, CartesianGrid, Label, LabelList, Line, LineChart, PolarAngleAxis, RadialBar, RadialBarChart, Rectangle, ReferenceLine, XAxis, YAxis, } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-demo.tsx
deprecated/www/registry/new-york/internal/sidebar-demo.tsx
"use client" import { Calendar, Home, Inbox, Search, Settings } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarInset, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarProvider, SidebarTrigger, } from "@/registry/new-york/...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-15.tsx
deprecated/www/registry/new-york/internal/sidebar-15.tsx
"use client" import * as React from "react" import { ArrowUpRight, AudioWaveform, BadgeCheck, Bell, Blocks, CalendarIcon, Check, ChevronDown, ChevronRight, ChevronsUpDown, Command, CreditCard, Home, Inbox, Link, LogOut, MessageCircleQuestion, MoreHorizontal, Plus, Search, Sett...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-09.tsx
deprecated/www/registry/new-york/internal/sidebar-09.tsx
"use client" import * as React from "react" import { ArchiveX, BadgeCheck, Bell, ChevronsUpDown, Command, CreditCard, File, Inbox, LogOut, Send, Sparkles, Trash2, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/new-york/ui/avatar" import { Breadcr...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-03.tsx
deprecated/www/registry/new-york/internal/sidebar-03.tsx
"use client" import * as React from "react" import { Check, ChevronsUpDown, GalleryVerticalEnd, Search } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { DropdownMenu, Dropd...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-16.tsx
deprecated/www/registry/new-york/internal/sidebar-16.tsx
"use client" import * as React from "react" import Link from "next/link" import { BadgeCheck, Bell, BookOpen, Bot, ChevronRight, ChevronsUpDown, Command, CreditCard, Folder, Frame, LifeBuoy, LogOut, Map, MoreHorizontal, PieChart, Send, Settings2, Share, Sparkles, SquareTerminal,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-footer.tsx
deprecated/www/registry/new-york/internal/sidebar-footer.tsx
"use client" import { ChevronDown, ChevronUp, User2 } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/new-york/ui/dropdown-menu" import { Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarInset, SidebarMenu, 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/new-york/internal/sidebar-controlled.tsx
deprecated/www/registry/new-york/internal/sidebar-controlled.tsx
"use client" import * as React from "react" import { Frame, LifeBuoy, Map, PanelLeftClose, PanelLeftOpen, PieChart, Send, } from "lucide-react" import { Button } from "@/registry/new-york/ui/button" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, Sideb...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-menu-collapsible.tsx
deprecated/www/registry/new-york/internal/sidebar-menu-collapsible.tsx
"use client" import { ChevronRight } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/new-york/ui/collapsible" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuIt...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-10.tsx
deprecated/www/registry/new-york/internal/sidebar-10.tsx
"use client" import * as React from "react" import { ArrowDown, ArrowUp, ArrowUpRight, AudioWaveform, Bell, Blocks, Calendar, ChevronDown, ChevronRight, Command, Copy, CornerUpLeft, CornerUpRight, FileText, GalleryVerticalEnd, Home, Inbox, LineChart, Link, MessageCircleQuestion,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-menu-action.tsx
deprecated/www/registry/new-york/internal/sidebar-menu-action.tsx
"use client" import { Frame, LifeBuoy, Map, MoreHorizontal, PieChart, Send, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/new-york/ui/dropdown-menu" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupCon...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-06.tsx
deprecated/www/registry/new-york/internal/sidebar-06.tsx
"use client" import { GalleryVerticalEnd, MoreHorizontal } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { Button } from "@/registry/new-york/ui/button" import { Card, Card...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/dashboard-04.tsx
deprecated/www/registry/new-york/internal/dashboard-04.tsx
import Link from "next/link" import { CircleUser, Menu, Package2, Search } from "lucide-react" import { Button } from "@/registry/new-york/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york/ui/card" import { Checkbox } from "@/registry/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/new-york/internal/sidebar-08.tsx
deprecated/www/registry/new-york/internal/sidebar-08.tsx
"use client" import { BadgeCheck, Bell, BookOpen, Bot, ChevronRight, ChevronsUpDown, Command, CreditCard, Folder, Frame, LifeBuoy, LogOut, Map, MoreHorizontal, PieChart, Send, Settings2, Share, Sparkles, SquareTerminal, Trash2, } from "lucide-react" import { Avatar, Avata...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/dashboard-07.tsx
deprecated/www/registry/new-york/internal/dashboard-07.tsx
import Image from "next/image" import Link from "next/link" import { ChevronLeft, Home, LineChart, Package, Package2, PanelLeft, PlusCircle, Search, Settings, ShoppingCart, Upload, Users2, } from "lucide-react" import { Badge } from "@/registry/new-york/ui/badge" import { Breadcrumb, Breadc...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-01.tsx
deprecated/www/registry/new-york/internal/sidebar-01.tsx
"use client" import * as React from "react" import { Check, ChevronsUpDown, GalleryVerticalEnd, Search } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { DropdownMenu, Dropd...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-group-action.tsx
deprecated/www/registry/new-york/internal/sidebar-group-action.tsx
"use client" import { ChevronDown, Frame, LifeBuoy, Map, PieChart, Plus, Send, } from "lucide-react" import { Toaster, toast } from "sonner" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, Sideb...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-11.tsx
deprecated/www/registry/new-york/internal/sidebar-11.tsx
import * as React from "react" import { ChevronRight, File, Folder } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { Collapsible, CollapsibleContent, CollapsibleTrigger, }...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sidebar-menu-badge.tsx
deprecated/www/registry/new-york/internal/sidebar-menu-badge.tsx
"use client" import { Frame, LifeBuoy, Map, PieChart, Send } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarProvider, } from "@/registry/new-york/ui/sidebar" cons...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/page.tsx
deprecated/www/registry/new-york/internal/sink/page.tsx
import { AccordionDemo } from "@/registry/new-york/internal/sink/components/accordion-demo" import { AlertDemo } from "@/registry/new-york/internal/sink/components/alert-demo" import { AlertDialogDemo } from "@/registry/new-york/internal/sink/components/alert-dialog-demo" import { AppSidebar } from "@/registry/new-york...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/input-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/input-demo.tsx
import { Input } from "@/registry/new-york/ui/input" export function InputDemo() { return <Input type="email" placeholder="Email" /> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/sonner-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/sonner-demo.tsx
"use client" import { toast } from "sonner" import { Button } from "@/registry/new-york/ui/button" export function SonnerDemo() { return ( <Button variant="outline" onClick={() => toast("Event has been created", { description: "Sunday, December 03, 2023 at 9:00 AM", acti...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/button-destructive.tsx
deprecated/www/registry/new-york/internal/sink/components/button-destructive.tsx
import { Button } from "@/registry/new-york/ui/button" export function ButtonDestructive() { return <Button variant="destructive">Destructive</Button> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/badge-destructive.tsx
deprecated/www/registry/new-york/internal/sink/components/badge-destructive.tsx
import { Badge } from "@/registry/new-york/ui/badge" export function BadgeDestructive() { return <Badge variant="destructive">Destructive</Badge> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/progress-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/progress-demo.tsx
"use client" import * as React from "react" import { Progress } from "@/registry/new-york/ui/progress" export function ProgressDemo() { const [progress, setProgress] = React.useState(13) React.useEffect(() => { const timer = setTimeout(() => setProgress(66), 500) return () => clearTimeout(timer) }, []...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/app-sidebar.tsx
deprecated/www/registry/new-york/internal/sink/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/new-york/blocks/sidebar-07/components/nav-main" import { NavProjects } 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/new-york/internal/sink/components/button-outline.tsx
deprecated/www/registry/new-york/internal/sink/components/button-outline.tsx
import { Button } from "@/registry/new-york/ui/button" export function ButtonOutline() { return <Button variant="outline">Outline</Button> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/skeleton-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/skeleton-demo.tsx
import { Skeleton } from "@/registry/new-york/ui/skeleton" export function SkeletonDemo() { return ( <div className="flex items-center space-x-4"> <Skeleton className="h-12 w-12 rounded-full" /> <div className="space-y-2"> <Skeleton className="h-4 w-[250px]" /> <Skeleton className="h-...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/badge-secondary.tsx
deprecated/www/registry/new-york/internal/sink/components/badge-secondary.tsx
import { Badge } from "@/registry/new-york/ui/badge" export function BadgeSecondary() { return <Badge variant="secondary">Secondary</Badge> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/component-wrapper.tsx
deprecated/www/registry/new-york/internal/sink/components/component-wrapper.tsx
import { cn } from "@/registry/new-york/lib/utils" export function ComponentWrapper({ className, name, children, ...props }: React.ComponentPropsWithoutRef<"div"> & { name: string }) { return ( <div className={cn("flex w-full flex-col rounded-lg border", className)} {...props} > <di...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/pagination-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/pagination-demo.tsx
import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, } from "@/registry/new-york/ui/pagination" export function PaginationDemo() { return ( <Pagination> <PaginationContent> <PaginationItem> <Paginatio...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/toggle-with-text.tsx
deprecated/www/registry/new-york/internal/sink/components/toggle-with-text.tsx
import { Italic } from "lucide-react" import { Toggle } from "@/registry/new-york/ui/toggle" export function ToggleWithText() { return ( <Toggle aria-label="Toggle italic"> <Italic /> Italic </Toggle> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/popover-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/popover-demo.tsx
import { Button } from "@/registry/new-york/ui/button" import { Input } from "@/registry/new-york/ui/input" import { Label } from "@/registry/new-york/ui/label" import { Popover, PopoverContent, PopoverTrigger, } from "@/registry/new-york/ui/popover" export function PopoverDemo() { return ( <Popover> ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/toggle-group-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/toggle-group-demo.tsx
import { Bold, Italic, Underline } from "lucide-react" import { ToggleGroup, ToggleGroupItem, } from "@/registry/new-york/ui/toggle-group" export function ToggleGroupDemo() { return ( <ToggleGroup type="multiple"> <ToggleGroupItem value="bold" aria-label="Toggle bold"> <Bold className="h-4 w-4...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/toggle-disabled.tsx
deprecated/www/registry/new-york/internal/sink/components/toggle-disabled.tsx
import { Underline } from "lucide-react" import { Toggle } from "@/registry/new-york/ui/toggle" export function ToggleDisabled() { return ( <Toggle aria-label="Toggle italic" disabled> <Underline className="h-4 w-4" /> </Toggle> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/nav-user.tsx
deprecated/www/registry/new-york/internal/sink/components/nav-user.tsx
"use client" import { BadgeCheck, Bell, ChevronsUpDown, CreditCard, LogOut, Sparkles, } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/new-york/ui/avatar" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabe...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/button-link.tsx
deprecated/www/registry/new-york/internal/sink/components/button-link.tsx
import { Button } from "@/registry/new-york/ui/button" export function ButtonLink() { return <Button variant="link">Link</Button> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/command-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/command-demo.tsx
import { Calculator, Calendar, CreditCard, Settings, Smile, User, } from "lucide-react" import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, } from "@/registry/new-york/ui/command" export function CommandDemo() { 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/new-york/internal/sink/components/accordion-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/accordion-demo.tsx
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "@/registry/new-york/ui/accordion" export function AccordionDemo() { return ( <Accordion type="single" collapsible className="w-full"> <AccordionItem value="item-1"> <AccordionTrigger>Is it accessible?</AccordionT...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/tooltip-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/tooltip-demo.tsx
import { Button } from "@/registry/new-york/ui/button" import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from "@/registry/new-york/ui/tooltip" export function TooltipDemo() { return ( <TooltipProvider> <Tooltip> <TooltipTrigger asChild> <Button variant="outline"...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/breadcrumb-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/breadcrumb-demo.tsx
import { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/new-york/ui/breadcrumb" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/new-york/ui/dropdown-menu" ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/navigation-menu-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/navigation-menu-demo.tsx
"use client" import * as React from "react" import Link from "next/link" import { cn } from "@/lib/utils" import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, navigationMenuTriggerStyle, } from "@/registry/new-york/ui/navigati...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/hover-card-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/hover-card-demo.tsx
import { CalendarIcon } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/new-york/ui/avatar" import { Button } from "@/registry/new-york/ui/button" import { HoverCard, HoverCardContent, HoverCardTrigger, } from "@/registry/new-york/ui/hover-card" export function HoverCa...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/tabs-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/tabs-demo.tsx
import { Button } from "@/registry/new-york/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york/ui/card" import { Input } from "@/registry/new-york/ui/input" import { Label } from "@/registry/new-york/ui/label" import { Tabs, TabsContent...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/textarea-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/textarea-demo.tsx
import { Textarea } from "@/registry/new-york/ui/textarea" export function TextareaDemo() { return <Textarea placeholder="Type your message here." /> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/menubar-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/menubar-demo.tsx
import { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from "@/registry/new-york/ui/menubar" export function MenubarDemo() { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/table-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/table-demo.tsx
import { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, } from "@/registry/new-york/ui/table" const invoices = [ { invoice: "INV001", paymentStatus: "Paid", totalAmount: "$250.00", paymentMethod: "Credit Card", }, { invoice: "INV002",...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/toggle-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/toggle-demo.tsx
import { Bold } from "lucide-react" import { Toggle } from "@/registry/new-york/ui/toggle" export function ToggleDemo() { return ( <Toggle aria-label="Toggle italic"> <Bold className="h-4 w-4" /> </Toggle> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/context-menu-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/context-menu-demo.tsx
import { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from "@/registry/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/new-york/internal/sink/components/switch-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/switch-demo.tsx
import { Label } from "@/registry/new-york/ui/label" import { Switch } from "@/registry/new-york/ui/switch" export function SwitchDemo() { return ( <div className="flex items-center space-x-2"> <Switch id="airplane-mode" /> <Label htmlFor="airplane-mode">Airplane Mode</Label> </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/new-york/internal/sink/components/drawer-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/drawer-demo.tsx
"use client" import * as React from "react" import { Minus, Plus } from "lucide-react" import { Bar, BarChart, ResponsiveContainer } from "recharts" import { Button } from "@/registry/new-york/ui/button" import { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTi...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/scroll-area-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/scroll-area-demo.tsx
import * as React from "react" import { ScrollArea } from "@/registry/new-york/ui/scroll-area" import { Separator } from "@/registry/new-york/ui/separator" const tags = Array.from({ length: 50 }).map( (_, i, a) => `v1.2.0-beta.${a.length - i}` ) export function ScrollAreaDemo() { return ( <ScrollArea classNa...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/button-loading.tsx
deprecated/www/registry/new-york/internal/sink/components/button-loading.tsx
import { Loader2 } from "lucide-react" import { Button } from "@/registry/new-york/ui/button" export function ButtonLoading() { return ( <Button disabled> <Loader2 className="animate-spin" /> Please wait </Button> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/aspect-ratio-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/aspect-ratio-demo.tsx
import Image from "next/image" import { AspectRatio } from "@/registry/new-york/ui/aspect-ratio" export function AspectRatioDemo() { return ( <AspectRatio ratio={16 / 9} className="bg-muted"> <Image src="https://images.unsplash.com/photo-1588345921523-c2dcdb7f1dcd?w=800&dpr=2&q=80" alt="Ph...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/dropdown-menu-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/dropdown-menu-demo.tsx
import { Button } from "@/registry/new-york/ui/button" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, 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/new-york/internal/sink/components/button-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/button-demo.tsx
import { Button } from "@/registry/new-york/ui/button" export function ButtonDemo() { return <Button>Button</Button> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/calendar-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/calendar-demo.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/new-york/ui/calendar" export function CalendarDemo() { const [date, setDate] = React.useState<Date | undefined>(new Date()) return ( <Calendar mode="single" selected={date} onSelect={setDate} className="...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/alert-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/alert-demo.tsx
import { Terminal } from "lucide-react" import { Alert, AlertDescription, AlertTitle, } from "@/registry/new-york/ui/alert" export function AlertDemo() { return ( <Alert> <Terminal className="h-4 w-4" /> <AlertTitle>Heads up!</AlertTitle> <AlertDescription> You can add components...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/button-with-icon.tsx
deprecated/www/registry/new-york/internal/sink/components/button-with-icon.tsx
import { MailOpen } from "lucide-react" import { Button } from "@/registry/new-york/ui/button" export function ButtonWithIcon() { return ( <Button> <MailOpen /> Login with Email </Button> ) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/select-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/select-demo.tsx
import * as React from "react" import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from "@/registry/new-york/ui/select" export function SelectDemo() { return ( <Select> <SelectTrigger className="w-[180px]"> <SelectValue placeholder="Sel...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/input-otp-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/input-otp-demo.tsx
import { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, } from "@/registry/new-york/ui/input-otp" export function InputOTPDemo() { return ( <InputOTP maxLength={6}> <InputOTPGroup> <InputOTPSlot index={0} /> <InputOTPSlot index={1} /> <InputOTPSlot index={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/new-york/internal/sink/components/sheet-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/sheet-demo.tsx
import { Button } from "@/registry/new-york/ui/button" import { Input } from "@/registry/new-york/ui/input" import { Label } from "@/registry/new-york/ui/label" import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, } from "@/registry/new-york/ui/...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/card-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/card-demo.tsx
import { BellRing, Check } from "lucide-react" import { cn } from "@/lib/utils" import { Button } from "@/registry/new-york/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york/ui/card" import { Switch } from "@/registry/new-york/ui/switch" ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/collapsible-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/collapsible-demo.tsx
"use client" import * as React from "react" import { ChevronsUpDown } from "lucide-react" import { Button } from "@/registry/new-york/ui/button" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/new-york/ui/collapsible" export function CollapsibleDemo() { const [isOpen, setIsOp...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/separator-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/separator-demo.tsx
import { Separator } from "@/registry/new-york/ui/separator" export function SeparatorDemo() { return ( <div> <div className="space-y-1"> <h4 className="text-sm font-medium leading-none">Radix Primitives</h4> <p className="text-sm text-muted-foreground"> An open-source UI componen...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/slider-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/slider-demo.tsx
import { cn } from "@/lib/utils" import { Slider } from "@/registry/new-york/ui/slider" type SliderProps = React.ComponentProps<typeof Slider> export function SliderDemo({ className, ...props }: SliderProps) { return ( <Slider defaultValue={[50]} max={100} step={1} className={cn("w-[60%]...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/nav-main.tsx
deprecated/www/registry/new-york/internal/sink/components/nav-main.tsx
"use client" import { ChevronRight, type LucideIcon } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/new-york/ui/collapsible" import { SidebarGroup, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenu...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/alert-dialog-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/alert-dialog-demo.tsx
import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from "@/registry/new-york/ui/alert-dialog" import { Button } from "@/registry/new-york/ui/button" export function Alert...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/button-secondary.tsx
deprecated/www/registry/new-york/internal/sink/components/button-secondary.tsx
import { Button } from "@/registry/new-york/ui/button" export function ButtonSecondary() { return <Button variant="secondary">Secondary</Button> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/combobox-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/combobox-demo.tsx
"use client" import * as React from "react" import { Check, ChevronsUpDown } from "lucide-react" import { cn } from "@/lib/utils" import { Button } from "@/registry/new-york/ui/button" import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from "@/registry/new-york/ui/comm...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/dialog-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/dialog-demo.tsx
import { Button } from "@/registry/new-york/ui/button" import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "@/registry/new-york/ui/dialog" import { Input } from "@/registry/new-york/ui/input" import { Label } from "@/registry/new-york/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/new-york/internal/sink/components/date-picker-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/date-picker-demo.tsx
"use client" import * as React from "react" import { format } from "date-fns" import { CalendarIcon } from "lucide-react" import { cn } from "@/lib/utils" import { Button } from "@/registry/new-york/ui/button" import { Calendar } from "@/registry/new-york/ui/calendar" import { Popover, PopoverContent, PopoverTr...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/deprecated/www/registry/new-york/internal/sink/components/radio-group-demo.tsx
deprecated/www/registry/new-york/internal/sink/components/radio-group-demo.tsx
import { Label } from "@/registry/new-york/ui/label" import { RadioGroup, RadioGroupItem } from "@/registry/new-york/ui/radio-group" export function RadioGroupDemo() { return ( <RadioGroup defaultValue="comfortable"> <div className="flex items-center space-x-2"> <RadioGroupItem value="default" id="...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false