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/login-05/page.tsx
deprecated/www/registry/default/blocks/login-05/page.tsx
import { LoginForm } from "@/registry/default/blocks/login-05/components/login-form" export default function LoginPage() { return ( <div className="flex min-h-svh flex-col items-center justify-center gap-6 bg-background p-6 md:p-10"> <div className="w-full max-w-sm"> <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-05/components/login-form.tsx
deprecated/www/registry/default/blocks/login-05/components/login-form.tsx
import { GalleryVerticalEnd } from "lucide-react" 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...
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-10/page.tsx
deprecated/www/registry/default/blocks/sidebar-10/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-10/components/app-sidebar" import { NavActions } from "@/registry/default/blocks/sidebar-10/components/nav-actions" import { Breadcrumb, BreadcrumbItem, BreadcrumbList, BreadcrumbPage, } from "@/registry/default/ui/breadcrumb" import { Separator } fr...
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-10/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-10/components/app-sidebar.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-10/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-10/components/nav-workspaces.tsx
deprecated/www/registry/default/blocks/sidebar-10/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-10/components/nav-actions.tsx
deprecated/www/registry/default/blocks/sidebar-10/components/nav-actions.tsx
"use client" import * as React from "react" import { ArrowDown, ArrowUp, Bell, Copy, CornerUpLeft, CornerUpRight, FileText, GalleryVerticalEnd, LineChart, Link, MoreHorizontal, Settings2, Star, Trash, Trash2, } from "lucide-react" import { Button } from "@/registry/default/ui/button" imp...
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-10/components/nav-favorites.tsx
deprecated/www/registry/default/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/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-10/components/nav-main.tsx
deprecated/www/registry/default/blocks/sidebar-10/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-10/components/nav-secondary.tsx
deprecated/www/registry/default/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/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-10/components/team-switcher.tsx
deprecated/www/registry/default/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/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-01/page.tsx
deprecated/www/registry/default/blocks/sidebar-01/page.tsx
import { AppSidebar } from "@/registry/default/blocks/sidebar-01/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-01/components/app-sidebar.tsx
deprecated/www/registry/default/blocks/sidebar-01/components/app-sidebar.tsx
import * as React from "react" import { SearchForm } from "@/registry/default/blocks/sidebar-01/components/search-form" import { VersionSwitcher } from "@/registry/default/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/default/blocks/sidebar-01/components/search-form.tsx
deprecated/www/registry/default/blocks/sidebar-01/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-01/components/version-switcher.tsx
deprecated/www/registry/default/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/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/internal/sidebar-group-collapsible.tsx
deprecated/www/registry/default/internal/sidebar-group-collapsible.tsx
"use client" import { ChevronDown, LifeBuoy, Send } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/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/default/internal/sidebar-07.tsx
deprecated/www/registry/default/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/default/internal/sidebar-group.tsx
deprecated/www/registry/default/internal/sidebar-group.tsx
"use client" import { LifeBuoy, Send } from "lucide-react" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarProvider, } from "@/registry/default/ui/sidebar" export default function AppSidebar() { 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/internal/sidebar-12.tsx
deprecated/www/registry/default/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/default/ui/avatar" import { Breadcrumb, BreadcrumbItem, B...
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/internal/login-01.tsx
deprecated/www/registry/default/internal/login-01.tsx
import Link from "next/link" 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" export const desc...
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/internal/sidebar-05.tsx
deprecated/www/registry/default/internal/sidebar-05.tsx
import { GalleryVerticalEnd, Minus, Plus, Search } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/d...
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/internal/sidebar-13.tsx
deprecated/www/registry/default/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/default/internal/sidebar-rsc.tsx
deprecated/www/registry/default/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/defaul...
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/internal/sidebar-14.tsx
deprecated/www/registry/default/internal/sidebar-14.tsx
import * as React from "react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/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/default/internal/sidebar-04.tsx
deprecated/www/registry/default/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/default/ui/breadcrumb" import { Separator } from "@/registry/default/ui/separator" impo...
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/internal/sidebar-menu-sub.tsx
deprecated/www/registry/default/internal/sidebar-menu-sub.tsx
"use client" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarMenu, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, } from "@/registry/default/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/default/internal/sidebar-menu.tsx
deprecated/www/registry/default/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/default/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/default/internal/sidebar-02.tsx
deprecated/www/registry/default/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/default/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/default/internal/sidebar-header.tsx
deprecated/www/registry/default/internal/sidebar-header.tsx
"use client" import { ChevronDown } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/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/default/internal/sidebar-demo.tsx
deprecated/www/registry/default/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/default/u...
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/internal/sidebar-15.tsx
deprecated/www/registry/default/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/default/internal/sidebar-09.tsx
deprecated/www/registry/default/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/default/ui/avatar" import { Breadcru...
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/internal/sidebar-03.tsx
deprecated/www/registry/default/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/default/ui/breadcrumb" import { DropdownMenu, Dropdo...
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/internal/sidebar-footer.tsx
deprecated/www/registry/default/internal/sidebar-footer.tsx
"use client" import { ChevronDown, ChevronUp, User2 } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { Sidebar, SidebarContent, SidebarFooter, SidebarHeader, SidebarInset, SidebarMenu, 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/internal/sidebar-controlled.tsx
deprecated/www/registry/default/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/default/ui/button" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, 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/internal/sidebar-menu-collapsible.tsx
deprecated/www/registry/default/internal/sidebar-menu-collapsible.tsx
"use client" import { ChevronRight } from "lucide-react" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarMenu, 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/internal/sidebar-10.tsx
deprecated/www/registry/default/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/default/internal/sidebar-menu-action.tsx
deprecated/www/registry/default/internal/sidebar-menu-action.tsx
"use client" import { Frame, LifeBuoy, Map, MoreHorizontal, PieChart, Send, } from "lucide-react" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" import { Sidebar, SidebarContent, SidebarGroup, SidebarGroupCont...
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/internal/sidebar-06.tsx
deprecated/www/registry/default/internal/sidebar-06.tsx
"use client" import { GalleryVerticalEnd, MoreHorizontal } from "lucide-react" import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { Button } from "@/registry/default/ui/button" import { Card, CardCo...
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/internal/sidebar-08.tsx
deprecated/www/registry/default/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/default/internal/sidebar-01.tsx
deprecated/www/registry/default/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/default/ui/breadcrumb" import { DropdownMenu, Dropdo...
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/internal/sidebar-group-action.tsx
deprecated/www/registry/default/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/default/internal/sidebar-11.tsx
deprecated/www/registry/default/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/default/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/default/internal/sidebar-menu-badge.tsx
deprecated/www/registry/default/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/default/ui/sidebar" 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/default/internal/sink/page.tsx
deprecated/www/registry/default/internal/sink/page.tsx
import { AccordionDemo } from "@/registry/default/internal/sink/components/accordion-demo" import { AlertDemo } from "@/registry/default/internal/sink/components/alert-demo" import { AlertDialogDemo } from "@/registry/default/internal/sink/components/alert-dialog-demo" import { AppSidebar } from "@/registry/default/int...
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/internal/sink/components/input-demo.tsx
deprecated/www/registry/default/internal/sink/components/input-demo.tsx
import { Input } from "@/registry/default/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/default/internal/sink/components/sonner-demo.tsx
deprecated/www/registry/default/internal/sink/components/sonner-demo.tsx
"use client" import { toast } from "sonner" import { Button } from "@/registry/default/ui/button" export function SonnerDemo() { return ( <Button variant="outline" onClick={() => toast("Event has been created", { description: "Sunday, December 03, 2023 at 9:00 AM", actio...
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/internal/sink/components/button-destructive.tsx
deprecated/www/registry/default/internal/sink/components/button-destructive.tsx
import { Button } from "@/registry/default/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/default/internal/sink/components/badge-destructive.tsx
deprecated/www/registry/default/internal/sink/components/badge-destructive.tsx
import { Badge } from "@/registry/default/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/default/internal/sink/components/progress-demo.tsx
deprecated/www/registry/default/internal/sink/components/progress-demo.tsx
"use client" import * as React from "react" import { Progress } from "@/registry/default/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/default/internal/sink/components/app-sidebar.tsx
deprecated/www/registry/default/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/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/internal/sink/components/button-outline.tsx
deprecated/www/registry/default/internal/sink/components/button-outline.tsx
import { Button } from "@/registry/default/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/default/internal/sink/components/skeleton-demo.tsx
deprecated/www/registry/default/internal/sink/components/skeleton-demo.tsx
import { Skeleton } from "@/registry/default/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-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/default/internal/sink/components/badge-secondary.tsx
deprecated/www/registry/default/internal/sink/components/badge-secondary.tsx
import { Badge } from "@/registry/default/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/default/internal/sink/components/component-wrapper.tsx
deprecated/www/registry/default/internal/sink/components/component-wrapper.tsx
import { cn } from "@/registry/default/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} > <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/internal/sink/components/pagination-demo.tsx
deprecated/www/registry/default/internal/sink/components/pagination-demo.tsx
import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, } from "@/registry/default/ui/pagination" export function PaginationDemo() { return ( <Pagination> <PaginationContent> <PaginationItem> <Pagination...
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/internal/sink/components/toggle-with-text.tsx
deprecated/www/registry/default/internal/sink/components/toggle-with-text.tsx
import { Italic } from "lucide-react" import { Toggle } from "@/registry/default/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/default/internal/sink/components/popover-demo.tsx
deprecated/www/registry/default/internal/sink/components/popover-demo.tsx
import { Button } from "@/registry/default/ui/button" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" import { Popover, PopoverContent, PopoverTrigger, } from "@/registry/default/ui/popover" export function PopoverDemo() { return ( <Popover> <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/internal/sink/components/toggle-group-demo.tsx
deprecated/www/registry/default/internal/sink/components/toggle-group-demo.tsx
import { Bold, Italic, Underline } from "lucide-react" import { ToggleGroup, ToggleGroupItem, } from "@/registry/default/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/default/internal/sink/components/toggle-disabled.tsx
deprecated/www/registry/default/internal/sink/components/toggle-disabled.tsx
import { Underline } from "lucide-react" import { Toggle } from "@/registry/default/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/default/internal/sink/components/nav-user.tsx
deprecated/www/registry/default/internal/sink/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/internal/sink/components/button-link.tsx
deprecated/www/registry/default/internal/sink/components/button-link.tsx
import { Button } from "@/registry/default/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/default/internal/sink/components/command-demo.tsx
deprecated/www/registry/default/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/default/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/default/internal/sink/components/accordion-demo.tsx
deprecated/www/registry/default/internal/sink/components/accordion-demo.tsx
import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "@/registry/default/ui/accordion" export function AccordionDemo() { return ( <Accordion type="single" collapsible className="w-full"> <AccordionItem value="item-1"> <AccordionTrigger>Is it accessible?</AccordionTr...
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/internal/sink/components/tooltip-demo.tsx
deprecated/www/registry/default/internal/sink/components/tooltip-demo.tsx
import { Button } from "@/registry/default/ui/button" import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, } from "@/registry/default/ui/tooltip" export function TooltipDemo() { return ( <TooltipProvider> <Tooltip> <TooltipTrigger asChild> <Button variant="outline">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/default/internal/sink/components/breadcrumb-demo.tsx
deprecated/www/registry/default/internal/sink/components/breadcrumb-demo.tsx
import { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/default/ui/breadcrumb" import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger, } from "@/registry/default/ui/dropdown-menu" e...
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/internal/sink/components/navigation-menu-demo.tsx
deprecated/www/registry/default/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/default/ui/navigatio...
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/internal/sink/components/hover-card-demo.tsx
deprecated/www/registry/default/internal/sink/components/hover-card-demo.tsx
import { CalendarIcon } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/default/ui/avatar" import { Button } from "@/registry/default/ui/button" import { HoverCard, HoverCardContent, HoverCardTrigger, } from "@/registry/default/ui/hover-card" export function HoverCardD...
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/internal/sink/components/tabs-demo.tsx
deprecated/www/registry/default/internal/sink/components/tabs-demo.tsx
import { Button } from "@/registry/default/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/default/ui/card" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/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/default/internal/sink/components/textarea-demo.tsx
deprecated/www/registry/default/internal/sink/components/textarea-demo.tsx
import { Textarea } from "@/registry/default/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/default/internal/sink/components/menubar-demo.tsx
deprecated/www/registry/default/internal/sink/components/menubar-demo.tsx
import { Menubar, MenubarCheckboxItem, MenubarContent, MenubarItem, MenubarMenu, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from "@/registry/default/ui/menubar" export function MenubarDemo() { 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/internal/sink/components/table-demo.tsx
deprecated/www/registry/default/internal/sink/components/table-demo.tsx
import { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, } from "@/registry/default/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/default/internal/sink/components/toggle-demo.tsx
deprecated/www/registry/default/internal/sink/components/toggle-demo.tsx
import { Bold } from "lucide-react" import { Toggle } from "@/registry/default/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/default/internal/sink/components/context-menu-demo.tsx
deprecated/www/registry/default/internal/sink/components/context-menu-demo.tsx
import { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuItem, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from "@/registry/def...
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/internal/sink/components/switch-demo.tsx
deprecated/www/registry/default/internal/sink/components/switch-demo.tsx
import { Label } from "@/registry/default/ui/label" import { Switch } from "@/registry/default/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/default/internal/sink/components/drawer-demo.tsx
deprecated/www/registry/default/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/default/ui/button" import { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTit...
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/internal/sink/components/scroll-area-demo.tsx
deprecated/www/registry/default/internal/sink/components/scroll-area-demo.tsx
import * as React from "react" import { ScrollArea } from "@/registry/default/ui/scroll-area" import { Separator } from "@/registry/default/ui/separator" const tags = Array.from({ length: 50 }).map( (_, i, a) => `v1.2.0-beta.${a.length - i}` ) export function ScrollAreaDemo() { return ( <ScrollArea 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/default/internal/sink/components/button-loading.tsx
deprecated/www/registry/default/internal/sink/components/button-loading.tsx
import { Loader2 } from "lucide-react" import { Button } from "@/registry/default/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/default/internal/sink/components/aspect-ratio-demo.tsx
deprecated/www/registry/default/internal/sink/components/aspect-ratio-demo.tsx
import Image from "next/image" import { AspectRatio } from "@/registry/default/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="Pho...
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/internal/sink/components/dropdown-menu-demo.tsx
deprecated/www/registry/default/internal/sink/components/dropdown-menu-demo.tsx
import { Button } from "@/registry/default/ui/button" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenu...
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/internal/sink/components/button-demo.tsx
deprecated/www/registry/default/internal/sink/components/button-demo.tsx
import { Button } from "@/registry/default/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/default/internal/sink/components/calendar-demo.tsx
deprecated/www/registry/default/internal/sink/components/calendar-demo.tsx
"use client" import * as React from "react" import { Calendar } from "@/registry/default/ui/calendar" export function CalendarDemo() { const [date, setDate] = React.useState<Date | undefined>(new Date()) return ( <Calendar mode="single" selected={date} onSelect={setDate} className="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/internal/sink/components/alert-demo.tsx
deprecated/www/registry/default/internal/sink/components/alert-demo.tsx
import { Terminal } from "lucide-react" import { Alert, AlertDescription, AlertTitle, } from "@/registry/default/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/default/internal/sink/components/button-with-icon.tsx
deprecated/www/registry/default/internal/sink/components/button-with-icon.tsx
import { MailOpen } from "lucide-react" import { Button } from "@/registry/default/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/default/internal/sink/components/select-demo.tsx
deprecated/www/registry/default/internal/sink/components/select-demo.tsx
import * as React from "react" import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectTrigger, SelectValue, } from "@/registry/default/ui/select" export function SelectDemo() { return ( <Select> <SelectTrigger className="w-[180px]"> <SelectValue placeholder="Sele...
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/internal/sink/components/input-otp-demo.tsx
deprecated/www/registry/default/internal/sink/components/input-otp-demo.tsx
import { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, } from "@/registry/default/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/default/internal/sink/components/sheet-demo.tsx
deprecated/www/registry/default/internal/sink/components/sheet-demo.tsx
import { Button } from "@/registry/default/ui/button" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" import { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, } from "@/registry/default/ui/shee...
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/internal/sink/components/card-demo.tsx
deprecated/www/registry/default/internal/sink/components/card-demo.tsx
import { BellRing, Check } from "lucide-react" import { cn } from "@/lib/utils" import { Button } from "@/registry/default/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/default/ui/card" import { Switch } from "@/registry/default/ui/switch" 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/internal/sink/components/collapsible-demo.tsx
deprecated/www/registry/default/internal/sink/components/collapsible-demo.tsx
"use client" import * as React from "react" import { ChevronsUpDown } from "lucide-react" import { Button } from "@/registry/default/ui/button" import { Collapsible, CollapsibleContent, CollapsibleTrigger, } from "@/registry/default/ui/collapsible" export function CollapsibleDemo() { const [isOpen, setIsOpen...
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/internal/sink/components/separator-demo.tsx
deprecated/www/registry/default/internal/sink/components/separator-demo.tsx
import { Separator } from "@/registry/default/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 component...
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/internal/sink/components/slider-demo.tsx
deprecated/www/registry/default/internal/sink/components/slider-demo.tsx
import { cn } from "@/lib/utils" import { Slider } from "@/registry/default/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/default/internal/sink/components/nav-main.tsx
deprecated/www/registry/default/internal/sink/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/internal/sink/components/alert-dialog-demo.tsx
deprecated/www/registry/default/internal/sink/components/alert-dialog-demo.tsx
import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogTitle, AlertDialogTrigger, } from "@/registry/default/ui/alert-dialog" import { Button } from "@/registry/default/ui/button" export function AlertDi...
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/internal/sink/components/button-secondary.tsx
deprecated/www/registry/default/internal/sink/components/button-secondary.tsx
import { Button } from "@/registry/default/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/default/internal/sink/components/combobox-demo.tsx
deprecated/www/registry/default/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/default/ui/button" import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, } from "@/registry/default/ui/comman...
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/internal/sink/components/dialog-demo.tsx
deprecated/www/registry/default/internal/sink/components/dialog-demo.tsx
import { Button } from "@/registry/default/ui/button" import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from "@/registry/default/ui/dialog" import { Input } from "@/registry/default/ui/input" import { Label } from "@/registry/default/ui/label" ex...
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/internal/sink/components/date-picker-demo.tsx
deprecated/www/registry/default/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/default/ui/button" import { Calendar } from "@/registry/default/ui/calendar" import { Popover, PopoverContent, PopoverTrig...
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/internal/sink/components/radio-group-demo.tsx
deprecated/www/registry/default/internal/sink/components/radio-group-demo.tsx
import { Label } from "@/registry/default/ui/label" import { RadioGroup, RadioGroupItem } from "@/registry/default/ui/radio-group" export function RadioGroupDemo() { return ( <RadioGroup defaultValue="comfortable"> <div className="flex items-center space-x-2"> <RadioGroupItem value="default" id="r1...
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/internal/sink/components/button-ghost.tsx
deprecated/www/registry/default/internal/sink/components/button-ghost.tsx
import { Button } from "@/registry/default/ui/button" export function ButtonGhost() { return <Button variant="ghost">Ghost</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/default/internal/sink/components/nav-projects.tsx
deprecated/www/registry/default/internal/sink/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/internal/sink/components/badge-outline.tsx
deprecated/www/registry/default/internal/sink/components/badge-outline.tsx
import { Badge } from "@/registry/default/ui/badge" export function BadgeOutline() { return <Badge variant="outline">Outline</Badge> }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false