shadcn_ui-textarea
Installation
SKILL.md
Shadcn UI — Textarea
Instructions
ShadTextarea displays a multi-line form field or textarea-like component. Use placeholder and optional initialValue. For forms use ShadTextareaFormField with id, label, placeholder, description, and validator.
Standalone
const ShadTextarea(
placeholder: Text('Type your message here'),
)