Textarea
The Textarea component allows you to easily create multi-line text inputs.
Import#
import { CTextarea } from '@chakra-ui/vue'
Usage#
Editable Example
<c-textarea placeholder="Here is a sample placeholder" />
Disabled Textarea#
Editable Example
<c-textarea is-disabled placeholder="Here is a sample placeholder" />
Invalid Textarea#
Editable Example
<c-textarea is-invalid placeholder="Here is a sample placeholder" />
Props#
The Textarea composes the Input component
Event#
Name | Description |
---|---|
change | Handles what happens when the content of the textarea changes |
❤️ Contribute to this page
Caught a mistake or want to contribute to the documentation? Edit this page on GitHub!