Skip to main content

Textarea

An input component that represents a multiline text area. It is used to capture lengthy text written by the user, such as comments, descriptions, or observations.

Basic Usage

<textarea
class="textarea"
placeholder="Agregue una pequeña descripcion"
></textarea>

Disabled

Field

Use the Field component to compose a textarea with a label, help text, and error message.

tip

For more information, visit the field documentation.

Debe tener menos de 200 caracteres

Colors

is-valid

Debe tener menos de 200 caracteres

is-invalid

Debe tener menos de 200 caracteres