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

Interface InputVariants

components/input.tsx:78–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76});
77
78export interface InputVariants {
79 disabled?: boolean;
80 endAdornment?: boolean;
81 /** If true, the input will display an error state. */
82 error?: boolean;
83 /** The size of the input. */
84 size?: 'medium' | 'large';
85 startAdornment?: boolean;
86}
87
88export interface InputProps
89 extends Omit<InputHTMLAttributes<HTMLInputElement>, 'size'>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected