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

Function ItemFooter

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

Source from the content-addressed store, hash-verified

167}
168
169function ItemFooter({ className, ...props }: React.ComponentProps<"div">) {
170 return (
171 <div
172 data-slot="item-footer"
173 className={cn(
174 "flex basis-full items-center justify-between gap-2",
175 className
176 )}
177 {...props}
178 />
179 )
180}
181
182export {
183 Item,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected