MCPcopy Index your code
hub / github.com/Tailframes/react-components / Label

Function Label

components/label.tsx:28–30  ·  view source on GitHub ↗
({ size = 'medium', className, htmlFor, ...rest }: LabelProps)

Source from the content-addressed store, hash-verified

26 LabelVariants {}
27
28export function Label({ size = 'medium', className, htmlFor, ...rest }: LabelProps) {
29 return <label className={clsxMerge(labelVariants({ size }), className)} htmlFor={htmlFor} {...rest} />;
30}
31
32Label.displayName = 'Label';

Callers

nothing calls this directly

Calls 1

clsxMergeFunction · 0.90

Tested by

no test coverage detected