GitHub

Textarea

Import

import { Textarea } from '@frontile/forms';

Usage

API

Textarea

Element: HTMLTextAreaElement

Arguments

Name Type Default Description
classes SlotsToClasses<'base' | 'input' | 'innerContainer' | 'startContent' | 'endContent'> -
description string -
errors enum -
id string -
isInvalid boolean -
isRequired boolean -
label string -
name string -
onChange function -
onInput function -
size enum -
value enum -
Released under MIT License - Created by Josemar Luedke