Docs
Textarea

Textarea

A control that allows the user to enter multiple lines of text

Usage

import { Label, Textarea } from '@bit/ui'
<div>
  <Label htmlFor='message'>Your Message</Label>
  <Textarea id='message' placeholder='Type your message here.' />
</div>

Examples

With react-hook-form and zod

You can @mention other users and organizations.