MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / ItemGroup

Function ItemGroup

src/components/ui/item.tsx:8–17  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

6import { Separator } from "@/components/ui/separator"
7
8function ItemGroup({ className, ...props }: React.ComponentProps<"div">) {
9 return (
10 <div
11 role="list"
12 data-slot="item-group"
13 className={cn("group/item-group flex flex-col", className)}
14 {...props}
15 />
16 )
17}
18
19function ItemSeparator({
20 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected