Skip to content

Textarea

Terminal window
npx skeci-ui add textarea
import { Textarea } from '@/components/ui/textarea';
<Textarea
label="Message"
placeholder="Type your message here..."
/>
This field is required
PropTypeDefaultDescription
labelstringThe label text.
errorstringError message displayed below the textarea.
variant'outline' | 'filled''outline'The visual style.
rounded'none' | 'sm' | 'md' | 'lg''none'Border radius level.
border'rough' | 'normal''rough'The type of border drawing.
fullWidthbooleantrueWhether to take the full width of the container.