Displays a form textarea or a component that looks like a textarea.
npx ghost-ui-native add textarea
import { Textarea } from '@/components/ui/textarea';
<Textarea placeholder="Type your message here." />