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'),
)

Form field

ShadTextareaFormField(
  id: 'bio',
Related skills

More from serverpod/skills-registry

Installs
6
GitHub Stars
8
First Seen
Apr 13, 2026