Components

Textareas

The <textarea> element represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example a comment on a review or feedback form.


Import

import { Textarea } from "@cider-ui/cider-ui";

Usage

  <Textarea style="primary" placeholder="Hello world!" />

Styles

  <Textarea style="primary" placeholder="Primary"/>
  <Textarea style="secondary" placeholder="Secondary"/>
Previous
Tag