Default

Function: default()

[object Object]

Defined in: app/components/UI/TextArea.tsx:16

A styled multi-line text input component.

This component provides a standardized wrapper for the native <textarea> element, maintaining consistency with other form components like Input and Select. It features a vertical layout with a label positioned above the input area and includes smooth transition effects for focus states.

Parameters

props

[object Object]

Component properties.

Returns

[object Object]

Component

On this page