DocumentationComponentsTextAreaTextAreaIt's just an TextArea field with some styling.Importimport { TextArea } from '@chimera-ui/components'Usage Description<div className="flex flex-col gap-4 w-[400px]"> <Label htmlFor="Description"> Description </Label> <TextArea id="Description" /> </div>ToggleFAQ