Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 923 Bytes

textarea.mdx

File metadata and controls

44 lines (29 loc) · 923 Bytes

import SEO from '../components/SEO'

Textarea

The Textarea component allows you to easily create multi-line text inputs.

Import

import { CTextarea } from '@chakra-ui/vue'

Usage

<c-textarea placeholder="Here is a sample placeholder" />

Disabled Textarea

<c-textarea is-disabled placeholder="Here is a sample placeholder" />

Invalid Textarea

<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