MCPcopy Create free account
hub / github.com/Tailframes/react-components / TextareaVariants

Interface TextareaVariants

components/textarea.tsx:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59});
60
61export interface TextareaVariants {
62 disabled?: boolean;
63 /** If true, the textarea will display an error state. */
64 error?: boolean;
65}
66
67export interface TextareaProps extends TextareaHTMLAttributes<HTMLTextAreaElement>, TextareaVariants {
68 /** Props for Avatar shown to the left of the textarea. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected