X Logo

Textarea

Display an Textarea

Usage

Import the elements:

import { Textarea } from "doplo/textarea";

Use in body:

<Textarea placeholder="_" />

Structure

A Textarea component contains:

  • Textarea : Tag for Textarea.

Props

Props that can be used in a Textarea component:

NameTypeDescriptionDefault
placeholder?stringSample value or instructions for the user-
props?-All props of HTML textarea element-
ref?-ref of the textarea element-

? indicates that the prop is optional

Example

Some uses for Textarea component:

Example Component

Build by Ayush Tomar. The source code is available on Github.