BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/item

item

agentmesh/item
FreeComponent

shadcn/ui publishes no description for this item.

Live preview

live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/item.json

Source

registry/base-vega/ui/item.tsxraw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/item.json
1import * as React from "react"
2import { mergeProps } from "@base-ui/react/merge-props"
3import { useRender } from "@base-ui/react/use-render"
4import { cva, type VariantProps } from "class-variance-authority"
5
6import { cn } from "@/registry/base-vega/lib/utils"
7import { Separator } from "@/registry/base-vega/ui/separator"
8
9function ItemGroup({ className, ...props }: React.ComponentProps<"div">) {
10 return (
11 <div
12 role="list"
13 data-slot="item-group"
14 className={cn(
15 "group/item-group flex w-full flex-col gap-4 has-data-[size=sm]:gap-2.5 has-data-[size=xs]:gap-2",
16 className
17 )}
18 {...props}
19 />
20 )
21}
22
23function ItemSeparator({
24 className,
25 ...props
26}: React.ComponentProps<typeof Separator>) {
27 return (
28 <Separator
29 data-slot="item-separator"
30 orientation="horizontal"
31 className={cn("my-2", className)}
32 {...props}
33 />
34 )
35}
36
37const itemVariants = cva(
38 "group/item flex w-full flex-wrap items-center rounded-md border text-sm transition-colors duration-100 outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 [a]:transition-colors [a]:hover:bg-muted",
39 {
40 variants: {
41 variant: {
42 default: "border-transparent",
43 outline: "border-border",
44 muted: "border-transparent bg-muted/50",
45 },
46 size: {
47 default: "gap-3.5 px-4 py-3.5",
48 sm: "gap-2.5 px-3 py-2.5",
49 xs: "gap-2 px-2.5 py-2 in-data-[slot=dropdown-menu-content]:p-0",
50 },
51 },
52 defaultVariants: {
53 variant: "default",
54 size: "default",
55 },
56 }
57)
58
59function Item({
60 className,
61 variant = "default",
62 size = "default",
63 render,
64 ...props
65}: useRender.ComponentProps<"div"> & VariantProps<typeof itemVariants>) {
66 return useRender({
67 defaultTagName: "div",
68 props: mergeProps<"div">(
69 {
70 className: cn(itemVariants({ variant, size, className })),
71 },
72 props
73 ),
74 render,
75 state: {
76 slot: "item",
77 variant,
78 size,
79 },
80 })
81}
82
83const itemMediaVariants = cva(
84 "flex shrink-0 items-center justify-center gap-2 group-has-data-[slot=item-description]/item:translate-y-0.5 group-has-data-[slot=item-description]/item:self-start [&_svg]:pointer-events-none",
85 {
86 variants: {
87 variant: {
88 default: "bg-transparent",
89 icon: "[&_svg:not([class*='size-'])]:size-4",
90 image:
91// … truncated

What it pulls in

Other registry items

  • separator

Files it writes

  • registry/base-vega/ui/item.tsx

Facts

Registry
shadcn/ui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
3 days ago

Go to the source

Docs on shadcn/ui ombhanushaliii/agentmesh on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 201 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordionaccordionshadcn/uiComponentsFreeno deps
alertalertshadcn/uiComponentsFreeno deps
alert-dialogalert-dialogshadcn/uiComponentsFreeno deps
aspect-ratioaspect-ratioshadcn/uiComponentsFreeno deps
avataravatarshadcn/uiComponentsFreeno deps
badgebadgeshadcn/uiComponentsFreeno deps
breadcrumbbreadcrumbshadcn/uiComponentsFreeno deps
buttonbuttonshadcn/uiComponentsFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex