MCPcopy Create free account
hub / github.com/MagicCube/agentara / InputGroupText

Function InputGroupText

web/src/components/ui/input-group.tsx:117–127  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"span">)

Source from the content-addressed store, hash-verified

115}
116
117function InputGroupText({ className, ...props }: React.ComponentProps<"span">) {
118 return (
119 <span
120 className={cn(
121 "flex items-center gap-2 text-sm text-muted-foreground [&_svg]:pointer-events-none [&_svg:not([class*='size-'])]:size-4",
122 className
123 )}
124 {...props}
125 />
126 )
127}
128
129function InputGroupInput({
130 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected