MCPcopy Index your code
hub / github.com/arctic-cli/interface / FieldsetLegend

Function FieldsetLegend

packages/web/components/ui/fieldset.tsx:16–27  ·  view source on GitHub ↗
({
  className,
  ...props
}: FieldsetPrimitive.Legend.Props)

Source from the content-addressed store, hash-verified

14 );
15}
16function FieldsetLegend({
17 className,
18 ...props
19}: FieldsetPrimitive.Legend.Props) {
20 return (
21 <FieldsetPrimitive.Legend
22 className={cn("font-semibold", className)}
23 data-slot="fieldset-legend"
24 {...props}
25 />
26 );
27}
28
29export { Fieldset, FieldsetLegend };

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected