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

Function ItemActions

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

Source from the content-addressed store, hash-verified

144}
145
146function ItemActions({ className, ...props }: React.ComponentProps<"div">) {
147 return (
148 <div
149 data-slot="item-actions"
150 className={cn("flex items-center gap-2", className)}
151 {...props}
152 />
153 )
154}
155
156function ItemHeader({ className, ...props }: React.ComponentProps<"div">) {
157 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected