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

Interface LabelVariants

components/label.tsx:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16);
17
18export interface LabelVariants {
19 /** The size of the label. */
20 size?: 'small' | 'medium' | 'large';
21}
22
23export interface LabelProps
24 extends Omit<LabelHTMLAttributes<HTMLLabelElement>, 'htmlFor'>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected