A control that allows the user to enter multiple lines of text
import { Label, Textarea } from '@bit/ui'
<div> <Label htmlFor='message'>Your Message</Label> <Textarea id='message' placeholder='Type your message here.' /> </div>