src/components/form/form-textarea.tsximport { inputBaseStyles } from './utils'// ============================================================================// FormTextArea Component// ============================================================================export type FormTextAreaProps = {id?: stringname: stringplaceholder?: stringrows?: numberrequired?: booleandefaultValue?: stringclassName?: stringlabel?: string}export function FormTextArea({id,name,
Showing the first 20 lines.
Get full code