Atoms
Textarea
A multi-line text input.
shadcn/uiBased on shadcn/ui with Formance brand styling.
Installation#
npx shadcn@latest add @formance/textareaCopy and paste the following code into your project.
Update the import paths to match your project setup.
Usage#
import { Textarea } from '@/components/ui/textarea'<Textarea placeholder="Type your message here..." />