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

Function SidebarGroupContent

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

Source from the content-addressed store, hash-verified

438}
439
440function SidebarGroupContent({
441 className,
442 ...props
443}: React.ComponentProps<"div">) {
444 return (
445 <div
446 data-slot="sidebar-group-content"
447 data-sidebar="group-content"
448 className={cn("w-full text-sm", className)}
449 {...props}
450 />
451 )
452}
453
454function SidebarMenu({ className, ...props }: React.ComponentProps<"ul">) {
455 return (

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected