Learn more about Mintlify
Enter your email to receive updates about new features and product releases.
Displays a form textarea or a component that looks like a textarea.
npx shadcn-svelte@next add textarea
Copy and paste the component source
<script lang="ts"> import { Textarea } from "$lib/components/ui/textarea/index.js"; </script>
<Textarea />