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/apps/v4/registry/bases/base/examples/carousel-example.tsx
apps/v4/registry/bases/base/examples/carousel-example.tsx
import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Card, CardContent } from "@/registry/bases/base/ui/card" import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, } from "@/registry/bases/base/ui/carousel" export default function Carous...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/item-example.tsx
apps/v4/registry/bases/base/examples/item-example.tsx
import Image from "next/image" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Button } from "@/registry/bases/base/ui/button" import { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup, ItemHeader, ItemMedia, ItemSeparator, Item...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
true
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/calendar-example.tsx
apps/v4/registry/bases/base/examples/calendar-example.tsx
"use client" import * as React from "react" import { addDays, format } from "date-fns" import { type DateRange } from "react-day-picker" import { es } from "react-day-picker/locale" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Button } from "@/registry/bases/base/ui...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/button-group-example.tsx
apps/v4/registry/bases/base/examples/button-group-example.tsx
"use client" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Button } from "@/registry/bases/base/ui/button" import { ButtonGroup, ButtonGroupText, } from "@/registry/bases/base/ui/button-group" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/menubar-example.tsx
apps/v4/registry/bases/base/examples/menubar-example.tsx
"use client" import * as React from "react" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Button } from "@/registry/bases/base/ui/button" import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, DialogTrigger, } from "@/registry/bases...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/command-example.tsx
apps/v4/registry/bases/base/examples/command-example.tsx
"use client" import * as React from "react" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Button } from "@/registry/bases/base/ui/button" import { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSepar...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/switch-example.tsx
apps/v4/registry/bases/base/examples/switch-example.tsx
import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Field, FieldContent, FieldDescription, FieldLabel, FieldTitle, } from "@/registry/bases/base/ui/field" import { Label } from "@/registry/bases/base/ui/label" import { Switch } from "@/registry/bases/base/ui/switch...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/chart-example.tsx
apps/v4/registry/bases/base/examples/chart-example.tsx
"use client" import * as React from "react" import { Area, AreaChart, Bar, BarChart, CartesianGrid, Label, Line, LineChart, Pie, PieChart, PolarAngleAxis, PolarGrid, PolarRadiusAxis, Radar, RadarChart, RadialBar, RadialBarChart, XAxis, } from "recharts" import { Example, Exampl...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/accordion-example.tsx
apps/v4/registry/bases/base/examples/accordion-example.tsx
import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Accordion, AccordionContent, AccordionItem, AccordionTrigger, } from "@/registry/bases/base/ui/accordion" import { Button } from "@/registry/bases/base/ui/button" import { Card, CardContent, CardDescription, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/checkbox-example.tsx
apps/v4/registry/bases/base/examples/checkbox-example.tsx
"use client" import * as React from "react" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Checkbox } from "@/registry/bases/base/ui/checkbox" import { Field, FieldContent, FieldDescription, FieldGroup, FieldLabel, FieldTitle, } from "@/registry/bases/base...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/resizable-example.tsx
apps/v4/registry/bases/base/examples/resizable-example.tsx
"use client" import * as React from "react" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { ResizableHandle, ResizablePanel, ResizablePanelGroup, } from "@/registry/bases/base/ui/resizable" export default function ResizableExample() { return ( <ExampleWrap...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/native-select-example.tsx
apps/v4/registry/bases/base/examples/native-select-example.tsx
import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Field, FieldDescription, FieldLabel, } from "@/registry/bases/base/ui/field" import { NativeSelect, NativeSelectOptGroup, NativeSelectOption, } from "@/registry/bases/base/ui/native-select" export default funct...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/scroll-area-example.tsx
apps/v4/registry/bases/base/examples/scroll-area-example.tsx
import * as React from "react" import Image from "next/image" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { ScrollArea, ScrollBar } from "@/registry/bases/base/ui/scroll-area" import { Separator } from "@/registry/bases/base/ui/separator" const tags = Array.from({ le...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/skeleton-example.tsx
apps/v4/registry/bases/base/examples/skeleton-example.tsx
import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Card, CardContent, CardHeader } from "@/registry/bases/base/ui/card" import { Skeleton } from "@/registry/bases/base/ui/skeleton" export default function SkeletonExample() { return ( <ExampleWrapper> <SkeletonA...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/examples/breadcrumb-example.tsx
apps/v4/registry/bases/base/examples/breadcrumb-example.tsx
import Link from "next/link" import { Example, ExampleWrapper, } from "@/registry/bases/base/components/example" import { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from "@/registry/bases/base/ui/breadcrumb" import { Button }...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/lib/utils.ts
apps/v4/registry/bases/base/lib/utils.ts
import { clsx, type ClassValue } from "clsx" import { twMerge } from "tailwind-merge" export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs)) }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/lib/_registry.ts
apps/v4/registry/bases/base/lib/_registry.ts
import { type Registry } from "shadcn/schema" export const lib: Registry["items"] = [ { name: "utils", type: "registry:lib", dependencies: ["clsx", "tailwind-merge"], files: [ { path: "lib/utils.ts", type: "registry:lib", }, ], }, ]
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/sonner.tsx
apps/v4/registry/bases/base/ui/sonner.tsx
"use client" import { useTheme } from "next-themes" import { Toaster as Sonner, type ToasterProps } from "sonner" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" const Toaster = ({ ...props }: ToasterProps) => { const { theme = "system" } = useTheme() return ( <Sonner them...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/table.tsx
apps/v4/registry/bases/base/ui/table.tsx
"use client" import * as React from "react" import { cn } from "@/registry/bases/base/lib/utils" function Table({ className, ...props }: React.ComponentProps<"table">) { return ( <div data-slot="table-container" className="cn-table-container"> <table data-slot="table" className={cn("cn-ta...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/collapsible.tsx
apps/v4/registry/bases/base/ui/collapsible.tsx
"use client" import { Collapsible as CollapsiblePrimitive } from "@base-ui/react/collapsible" function Collapsible({ ...props }: CollapsiblePrimitive.Root.Props) { return <CollapsiblePrimitive.Root data-slot="collapsible" {...props} /> } function CollapsibleTrigger({ ...props }: CollapsiblePrimitive.Trigger.Props)...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/avatar.tsx
apps/v4/registry/bases/base/ui/avatar.tsx
"use client" import * as React from "react" import { Avatar as AvatarPrimitive } from "@base-ui/react/avatar" import { cn } from "@/registry/bases/base/lib/utils" function Avatar({ className, size = "default", ...props }: AvatarPrimitive.Root.Props & { size?: "default" | "sm" | "lg" }) { return ( <Avat...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/aspect-ratio.tsx
apps/v4/registry/bases/base/ui/aspect-ratio.tsx
import { cn } from "@/registry/bases/base/lib/utils" function AspectRatio({ ratio, className, ...props }: React.ComponentProps<"div"> & { ratio: number }) { return ( <div data-slot="aspect-ratio" style={ { "--ratio": ratio, } as React.CSSProperties } classN...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/navigation-menu.tsx
apps/v4/registry/bases/base/ui/navigation-menu.tsx
import { NavigationMenu as NavigationMenuPrimitive } from "@base-ui/react/navigation-menu" import { cva } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function NavigationMenu({ className, children,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/progress.tsx
apps/v4/registry/bases/base/ui/progress.tsx
"use client" import { Progress as ProgressPrimitive } from "@base-ui/react/progress" import { cn } from "@/registry/bases/base/lib/utils" function Progress({ className, children, value, ...props }: ProgressPrimitive.Root.Props) { return ( <ProgressPrimitive.Root value={value} data-slot="pro...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/menubar.tsx
apps/v4/registry/bases/base/ui/menubar.tsx
"use client" import * as React from "react" import { Menu as MenuPrimitive } from "@base-ui/react/menu" import { Menubar as MenubarPrimitive } from "@base-ui/react/menubar" import { cn } from "@/registry/bases/base/lib/utils" import { DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, D...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/spinner.tsx
apps/v4/registry/bases/base/ui/spinner.tsx
import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Spinner({ className, ...props }: React.ComponentProps<"svg">) { return ( <IconPlaceholder lucide="Loader2Icon" tabler="IconLoader" hugeicons="Loading03Icon"...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/breadcrumb.tsx
apps/v4/registry/bases/base/ui/breadcrumb.tsx
import * as React from "react" import { mergeProps } from "@base-ui/react/merge-props" import { useRender } from "@base-ui/react/use-render" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Breadcrumb({ className, ...props }: Re...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/dialog.tsx
apps/v4/registry/bases/base/ui/dialog.tsx
"use client" import * as React from "react" import { Dialog as DialogPrimitive } from "@base-ui/react/dialog" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Dialog({ .....
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/label.tsx
apps/v4/registry/bases/base/ui/label.tsx
"use client" import * as React from "react" import { cn } from "@/registry/bases/base/lib/utils" function Label({ className, ...props }: React.ComponentProps<"label">) { return ( <label data-slot="label" className={cn( "cn-label flex items-center select-none group-data-[disabled=true]:point...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/drawer.tsx
apps/v4/registry/bases/base/ui/drawer.tsx
"use client" import * as React from "react" import { Drawer as DrawerPrimitive } from "vaul" import { cn } from "@/registry/bases/base/lib/utils" function Drawer({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>) { return <DrawerPrimitive.Root data-slot="drawer" {...props} /> } function DrawerTrig...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/toggle.tsx
apps/v4/registry/bases/base/ui/toggle.tsx
"use client" import { Toggle as TogglePrimitive } from "@base-ui/react/toggle" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" const toggleVariants = cva( "cn-toggle group/toggle hover:bg-muted inline-flex items-center justify-center whitespace...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/tabs.tsx
apps/v4/registry/bases/base/ui/tabs.tsx
"use client" import { Tabs as TabsPrimitive } from "@base-ui/react/tabs" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" function Tabs({ className, orientation = "horizontal", ...props }: TabsPrimitive.Root.Props) { return ( <TabsPrim...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/native-select.tsx
apps/v4/registry/bases/base/ui/native-select.tsx
import * as React from "react" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" type NativeSelectProps = Omit<React.ComponentProps<"select">, "size"> & { size?: "sm" | "default" } function NativeSelect({ className, size = "default...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/button.tsx
apps/v4/registry/bases/base/ui/button.tsx
import { Button as ButtonPrimitive } from "@base-ui/react/button" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" const buttonVariants = cva( "cn-button inline-flex items-center justify-center whitespace-nowrap transition-all disabled:pointer-e...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/sidebar.tsx
apps/v4/registry/bases/base/ui/sidebar.tsx
"use client" import * as React from "react" import { mergeProps } from "@base-ui/react/merge-props" import { useRender } from "@base-ui/react/use-render" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/item.tsx
apps/v4/registry/bases/base/ui/item.tsx
import * as React from "react" import { mergeProps } from "@base-ui/react/merge-props" import { useRender } from "@base-ui/react/use-render" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { Separator } from "@/registry/bases/base/ui/separat...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/popover.tsx
apps/v4/registry/bases/base/ui/popover.tsx
"use client" import * as React from "react" import { Popover as PopoverPrimitive } from "@base-ui/react/popover" import { cn } from "@/registry/bases/base/lib/utils" function Popover({ ...props }: PopoverPrimitive.Root.Props) { return <PopoverPrimitive.Root data-slot="popover" {...props} /> } function PopoverTrig...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/textarea.tsx
apps/v4/registry/bases/base/ui/textarea.tsx
import * as React from "react" import { cn } from "@/registry/bases/base/lib/utils" function Textarea({ className, ...props }: React.ComponentProps<"textarea">) { return ( <textarea data-slot="textarea" className={cn( "cn-textarea placeholder:text-muted-foreground flex field-sizing-content m...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/resizable.tsx
apps/v4/registry/bases/base/ui/resizable.tsx
"use client" import * as React from "react" import * as ResizablePrimitive from "react-resizable-panels" import { cn } from "@/registry/bases/base/lib/utils" function ResizablePanelGroup({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>) { return ( <ResizablePrimitive.Pane...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/accordion.tsx
apps/v4/registry/bases/base/ui/accordion.tsx
"use client" import { Accordion as AccordionPrimitive } from "@base-ui/react/accordion" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Accordion({ className, ...props }: AccordionPrimitive.Root.Props) { return ( <Accord...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/dropdown-menu.tsx
apps/v4/registry/bases/base/ui/dropdown-menu.tsx
"use client" import * as React from "react" import { Menu as MenuPrimitive } from "@base-ui/react/menu" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function DropdownMenu({ ...props }: MenuPrimitive.Root.Props) { return <MenuPrimi...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/switch.tsx
apps/v4/registry/bases/base/ui/switch.tsx
"use client" import { Switch as SwitchPrimitive } from "@base-ui/react/switch" import { cn } from "@/registry/bases/base/lib/utils" function Switch({ className, size = "default", ...props }: SwitchPrimitive.Root.Props & { size?: "sm" | "default" }) { return ( <SwitchPrimitive.Root data-slot="swit...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/field.tsx
apps/v4/registry/bases/base/ui/field.tsx
"use client" import { useMemo } from "react" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { Label } from "@/registry/bases/base/ui/label" import { Separator } from "@/registry/bases/base/ui/separator" function FieldSet({ className, ...p...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/slider.tsx
apps/v4/registry/bases/base/ui/slider.tsx
"use client" import * as React from "react" import { Slider as SliderPrimitive } from "@base-ui/react/slider" import { cn } from "@/registry/bases/base/lib/utils" function Slider({ className, defaultValue, value, min = 0, max = 100, ...props }: SliderPrimitive.Root.Props) { const _values = React.useMem...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/carousel.tsx
apps/v4/registry/bases/base/ui/carousel.tsx
"use client" import * as React from "react" import useEmblaCarousel, { type UseEmblaCarouselType, } from "embla-carousel-react" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/separator.tsx
apps/v4/registry/bases/base/ui/separator.tsx
"use client" import { Separator as SeparatorPrimitive } from "@base-ui/react/separator" import { cn } from "@/registry/bases/base/lib/utils" function Separator({ className, orientation = "horizontal", ...props }: SeparatorPrimitive.Props) { return ( <SeparatorPrimitive data-slot="separator" o...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/_registry.ts
apps/v4/registry/bases/base/ui/_registry.ts
import { type Registry } from "shadcn/schema" export const ui: Registry["items"] = [ { name: "accordion", type: "registry:ui", files: [ { path: "ui/accordion.tsx", type: "registry:ui", }, ], }, { name: "alert", type: "registry:ui", files: [ { ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/sheet.tsx
apps/v4/registry/bases/base/ui/sheet.tsx
"use client" import * as React from "react" import { Dialog as SheetPrimitive } from "@base-ui/react/dialog" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Sheet({ ...p...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/scroll-area.tsx
apps/v4/registry/bases/base/ui/scroll-area.tsx
"use client" import * as React from "react" import { ScrollArea as ScrollAreaPrimitive } from "@base-ui/react/scroll-area" import { cn } from "@/registry/bases/base/lib/utils" function ScrollArea({ className, children, ...props }: ScrollAreaPrimitive.Root.Props) { return ( <ScrollAreaPrimitive.Root ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/kbd.tsx
apps/v4/registry/bases/base/ui/kbd.tsx
import { cn } from "@/registry/bases/base/lib/utils" function Kbd({ className, ...props }: React.ComponentProps<"kbd">) { return ( <kbd data-slot="kbd" className={cn( "cn-kbd pointer-events-none inline-flex items-center justify-center select-none", className )} {...props} ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/card.tsx
apps/v4/registry/bases/base/ui/card.tsx
import * as React from "react" import { cn } from "@/registry/bases/base/lib/utils" function Card({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" }) { return ( <div data-slot="card" data-size={size} className={cn("cn-card group/card flex...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/hover-card.tsx
apps/v4/registry/bases/base/ui/hover-card.tsx
"use client" import { PreviewCard as PreviewCardPrimitive } from "@base-ui/react/preview-card" import { cn } from "@/registry/bases/base/lib/utils" function HoverCard({ ...props }: PreviewCardPrimitive.Root.Props) { return <PreviewCardPrimitive.Root data-slot="hover-card" {...props} /> } function HoverCardTrigger...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/alert.tsx
apps/v4/registry/bases/base/ui/alert.tsx
import * as React from "react" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" const alertVariants = cva("cn-alert w-full relative group/alert", { variants: { variant: { default: "cn-alert-variant-default", destructive: "cn-alert...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/toggle-group.tsx
apps/v4/registry/bases/base/ui/toggle-group.tsx
"use client" import * as React from "react" import { Toggle as TogglePrimitive } from "@base-ui/react/toggle" import { ToggleGroup as ToggleGroupPrimitive } from "@base-ui/react/toggle-group" import { type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { tog...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/badge.tsx
apps/v4/registry/bases/base/ui/badge.tsx
import { mergeProps } from "@base-ui/react/merge-props" import { useRender } from "@base-ui/react/use-render" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" const badgeVariants = cva( "cn-badge inline-flex items-center justify-center w-fit whit...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/skeleton.tsx
apps/v4/registry/bases/base/ui/skeleton.tsx
import { cn } from "@/registry/bases/base/lib/utils" function Skeleton({ className, ...props }: React.ComponentProps<"div">) { return ( <div data-slot="skeleton" className={cn("cn-skeleton animate-pulse", className)} {...props} /> ) } export { Skeleton }
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/button-group.tsx
apps/v4/registry/bases/base/ui/button-group.tsx
import { mergeProps } from "@base-ui/react/merge-props" import { useRender } from "@base-ui/react/use-render" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { Separator } from "@/registry/bases/base/ui/separator" const buttonGroupVariants ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/tooltip.tsx
apps/v4/registry/bases/base/ui/tooltip.tsx
"use client" import { Tooltip as TooltipPrimitive } from "@base-ui/react/tooltip" import { cn } from "@/registry/bases/base/lib/utils" function TooltipProvider({ delay = 0, ...props }: TooltipPrimitive.Provider.Props) { return ( <TooltipPrimitive.Provider data-slot="tooltip-provider" delay={del...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/radio-group.tsx
apps/v4/registry/bases/base/ui/radio-group.tsx
"use client" import { Radio as RadioPrimitive } from "@base-ui/react/radio" import { RadioGroup as RadioGroupPrimitive } from "@base-ui/react/radio-group" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function RadioGroup({ className,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/chart.tsx
apps/v4/registry/bases/base/ui/chart.tsx
"use client" import * as React from "react" import * as RechartsPrimitive from "recharts" import { cn } from "@/registry/bases/base/lib/utils" // Format: { THEME_NAME: CSS_SELECTOR } const THEMES = { light: "", dark: ".dark" } as const export type ChartConfig = { [k in string]: { label?: React.ReactNode i...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/select.tsx
apps/v4/registry/bases/base/ui/select.tsx
"use client" import * as React from "react" import { Select as SelectPrimitive } from "@base-ui/react/select" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" const Select = SelectPrimitive.Root function SelectGroup({ className, ...pro...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/pagination.tsx
apps/v4/registry/bases/base/ui/pagination.tsx
import * as React from "react" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Pagination({ className, ...props }: React.ComponentProps<"nav">) { return ( <nav ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/empty.tsx
apps/v4/registry/bases/base/ui/empty.tsx
import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" function Empty({ className, ...props }: React.ComponentProps<"div">) { return ( <div data-slot="empty" className={cn( "cn-empty flex w-full min-w-0 flex-1 flex-col items-cen...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/alert-dialog.tsx
apps/v4/registry/bases/base/ui/alert-dialog.tsx
"use client" import * as React from "react" import { AlertDialog as AlertDialogPrimitive } from "@base-ui/react/alert-dialog" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" function AlertDialog({ ...props }: AlertDialogPrimitive.Root.Props) { return <A...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/command.tsx
apps/v4/registry/bases/base/ui/command.tsx
"use client" import * as React from "react" import { Command as CommandPrimitive } from "cmdk" import { cn } from "@/registry/bases/base/lib/utils" import { Dialog, DialogContent, DialogDescription, DialogHeader, DialogTitle, } from "@/registry/bases/base/ui/dialog" import { InputGroup, InputGroupAddon,...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/input-otp.tsx
apps/v4/registry/bases/base/ui/input-otp.tsx
"use client" import * as React from "react" import { OTPInput, OTPInputContext } from "input-otp" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function InputOTP({ className, containerClassName, ...props }: React.ComponentProps...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/input.tsx
apps/v4/registry/bases/base/ui/input.tsx
import * as React from "react" import { Input as InputPrimitive } from "@base-ui/react/input" import { cn } from "@/registry/bases/base/lib/utils" function Input({ className, type, ...props }: React.ComponentProps<"input">) { return ( <InputPrimitive type={type} data-slot="input" className={cn...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/combobox.tsx
apps/v4/registry/bases/base/ui/combobox.tsx
"use client" import * as React from "react" import { Combobox as ComboboxPrimitive } from "@base-ui/react" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" import { InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, } from "@/registry/b...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/checkbox.tsx
apps/v4/registry/bases/base/ui/checkbox.tsx
"use client" import { Checkbox as CheckboxPrimitive } from "@base-ui/react/checkbox" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function Checkbox({ className, ...props }: CheckboxPrimitive.Root.Props) { return ( <CheckboxPri...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/input-group.tsx
apps/v4/registry/bases/base/ui/input-group.tsx
"use client" import * as React from "react" import { cva, type VariantProps } from "class-variance-authority" import { cn } from "@/registry/bases/base/lib/utils" import { Button } from "@/registry/bases/base/ui/button" import { Input } from "@/registry/bases/base/ui/input" import { Textarea } from "@/registry/bases/...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/context-menu.tsx
apps/v4/registry/bases/base/ui/context-menu.tsx
"use client" import * as React from "react" import { ContextMenu as ContextMenuPrimitive } from "@base-ui/react/context-menu" import { cn } from "@/registry/bases/base/lib/utils" import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder" function ContextMenu({ ...props }: ContextMenuPrimitive.Root....
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/bases/base/ui/calendar.tsx
apps/v4/registry/bases/base/ui/calendar.tsx
"use client" import * as React from "react" import { DayPicker, getDefaultClassNames, type DayButton, } from "react-day-picker" import { cn } from "@/registry/bases/base/lib/utils" import { Button, buttonVariants } from "@/registry/bases/base/ui/button" import { IconPlaceholder } from "@/app/(create)/components...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/__phosphor__.ts
apps/v4/registry/icons/__phosphor__.ts
// Auto-generated by scripts/build-icons.ts export { ActivityIcon } from "@phosphor-icons/react" export { AppWindowIcon } from "@phosphor-icons/react" export { ArchiveIcon } from "@phosphor-icons/react" export { ArrowCircleLeftIcon } from "@phosphor-icons/react" export { ArrowClockwiseIcon } from "@phosphor-icons/react...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/__hugeicons__.ts
apps/v4/registry/icons/__hugeicons__.ts
// Auto-generated by scripts/build-icons.ts export { ActivityIcon } from "@hugeicons/core-free-icons" export { Add01Icon } from "@hugeicons/core-free-icons" export { AddToListIcon } from "@hugeicons/core-free-icons" export { AiCloud01Icon } from "@hugeicons/core-free-icons" export { Alert02Icon } from "@hugeicons/core-...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/icon-tabler.tsx
apps/v4/registry/icons/icon-tabler.tsx
import { createIconLoader } from "./create-icon-loader" export const IconTabler = createIconLoader("tabler")
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/icon-lucide.tsx
apps/v4/registry/icons/icon-lucide.tsx
import { createIconLoader } from "./create-icon-loader" export const IconLucide = createIconLoader("lucide")
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/create-icon-loader.tsx
apps/v4/registry/icons/create-icon-loader.tsx
/* eslint-disable @typescript-eslint/no-explicit-any */ "use client" import { use } from "react" import { HugeiconsIcon, type IconSvgElement } from "@hugeicons/react" const iconPromiseCaches = new Map<string, Map<string, Promise<any>>>() function getCache(libraryName: string) { if (!iconPromiseCaches.has(libraryNa...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/__lucide__.ts
apps/v4/registry/icons/__lucide__.ts
// Auto-generated by scripts/build-icons.ts export { ActivityIcon } from "lucide-react" export { AlertTriangleIcon } from "lucide-react" export { AppWindowIcon } from "lucide-react" export { ArchiveIcon } from "lucide-react" export { ArrowDownIcon } from "lucide-react" export { ArrowLeftCircleIcon } from "lucide-react"...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/icon-phosphor.tsx
apps/v4/registry/icons/icon-phosphor.tsx
import { createIconLoader } from "./create-icon-loader" export const IconPhosphor = createIconLoader("phosphor")
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/icon-hugeicons.tsx
apps/v4/registry/icons/icon-hugeicons.tsx
import { createIconLoader } from "./create-icon-loader" export const IconHugeicons = createIconLoader("hugeicons")
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/icons/__tabler__.ts
apps/v4/registry/icons/__tabler__.ts
// Auto-generated by scripts/build-icons.ts export { IconActivity } from "@tabler/icons-react" export { IconAlertOctagon } from "@tabler/icons-react" export { IconAlertTriangle } from "@tabler/icons-react" export { IconAppWindow } from "@tabler/icons-react" export { IconArchive } from "@tabler/icons-react" export { Ico...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/registry.ts
apps/v4/registry/new-york-v4/registry.ts
import { registryItemSchema, type Registry } from "shadcn/schema" import { z } from "zod" import { themes } from "../_legacy-themes" import { blocks } from "./blocks/_registry" import { charts } from "./charts/_registry" import { examples } from "./examples/_registry" import { hooks } from "./hooks/_registry" import {...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-area-interactive.tsx
apps/v4/registry/new-york-v4/charts/chart-area-interactive.tsx
"use client" import * as React from "react" import { Area, AreaChart, CartesianGrid, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartLegend, ChartLegendContent, ChartTooltip, ChartTool...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-line-dots-colors.tsx
apps/v4/registry/new-york-v4/charts/chart-line-dots-colors.tsx
"use client" import { TrendingUp } from "lucide-react" import { CartesianGrid, Dot, Line, LineChart } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-line-label.tsx
apps/v4/registry/new-york-v4/charts/chart-line-label.tsx
"use client" import { TrendingUp } from "lucide-react" import { CartesianGrid, LabelList, Line, LineChart, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartToolt...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-tooltip-indicator-line.tsx
apps/v4/registry/new-york-v4/charts/chart-tooltip-indicator-line.tsx
"use client" import { Bar, BarChart, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, type ChartConfig, } from "@/registry/new-york-v4/ui/chart" export cons...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-radar-icons.tsx
apps/v4/registry/new-york-v4/charts/chart-radar-icons.tsx
"use client" import { ArrowDownFromLine, ArrowUpFromLine, TrendingUp } from "lucide-react" import { PolarAngleAxis, PolarGrid, Radar, RadarChart } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContain...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-radar-radius.tsx
apps/v4/registry/new-york-v4/charts/chart-radar-radius.tsx
"use client" import { TrendingUp } from "lucide-react" import { PolarAngleAxis, PolarGrid, PolarRadiusAxis, Radar, RadarChart, } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, Ch...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-radial-text.tsx
apps/v4/registry/new-york-v4/charts/chart-radial-text.tsx
"use client" import { TrendingUp } from "lucide-react" import { Label, PolarGrid, PolarRadiusAxis, RadialBar, RadialBarChart, } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, typ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-radar-grid-circle-fill.tsx
apps/v4/registry/new-york-v4/charts/chart-radar-grid-circle-fill.tsx
"use client" import { TrendingUp } from "lucide-react" import { PolarAngleAxis, PolarGrid, Radar, RadarChart } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipCo...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-area-linear.tsx
apps/v4/registry/new-york-v4/charts/chart-area-linear.tsx
"use client" import { TrendingUp } from "lucide-react" import { Area, AreaChart, CartesianGrid, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-radial-stacked.tsx
apps/v4/registry/new-york-v4/charts/chart-radial-stacked.tsx
"use client" import { TrendingUp } from "lucide-react" import { Label, PolarRadiusAxis, RadialBar, RadialBarChart } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTool...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-pie-legend.tsx
apps/v4/registry/new-york-v4/charts/chart-pie-legend.tsx
"use client" import { Pie, PieChart } from "recharts" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartLegend, ChartLegendContent, type ChartConfig, } from "@/registry/new-york-v4/ui/chart" export const descrip...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-bar-multiple.tsx
apps/v4/registry/new-york-v4/charts/chart-bar-multiple.tsx
"use client" import { TrendingUp } from "lucide-react" import { Bar, BarChart, CartesianGrid, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, ...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-pie-donut.tsx
apps/v4/registry/new-york-v4/charts/chart-pie-donut.tsx
"use client" import { TrendingUp } from "lucide-react" import { Pie, PieChart } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, type ChartConfig, } fr...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-area-axes.tsx
apps/v4/registry/new-york-v4/charts/chart-area-axes.tsx
"use client" import { TrendingUp } from "lucide-react" import { Area, AreaChart, CartesianGrid, XAxis, YAxis } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipCo...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-tooltip-icons.tsx
apps/v4/registry/new-york-v4/charts/chart-tooltip-icons.tsx
"use client" import { Footprints, Waves } from "lucide-react" import { Bar, BarChart, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, type ChartConfig, } fr...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-pie-label-custom.tsx
apps/v4/registry/new-york-v4/charts/chart-pie-label-custom.tsx
"use client" import { TrendingUp } from "lucide-react" import { Pie, PieChart } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, type ChartConfig, } fr...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-bar-mixed.tsx
apps/v4/registry/new-york-v4/charts/chart-bar-mixed.tsx
"use client" import { TrendingUp } from "lucide-react" import { Bar, BarChart, XAxis, YAxis } from "recharts" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, type Cha...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false
shadcn-ui/ui
https://github.com/shadcn-ui/ui/blob/ccafdaf7c6f6747a24f54e84436b42ec42f01779/apps/v4/registry/new-york-v4/charts/chart-tooltip-label-custom.tsx
apps/v4/registry/new-york-v4/charts/chart-tooltip-label-custom.tsx
"use client" import { Bar, BarChart, XAxis } from "recharts" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { ChartContainer, ChartTooltip, ChartTooltipContent, type ChartConfig, } from "@/registry/new-york-v4/ui/chart" export cons...
typescript
MIT
ccafdaf7c6f6747a24f54e84436b42ec42f01779
2026-01-04T15:25:31.746168Z
false