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