Textarea

Displays a form textarea or a component that looks like a textarea.

Installation

npx ghost-ui-native add textarea

Usage

import { Textarea } from '@/components/ui/textarea';
<Textarea placeholder="Type your message here." />