A multi-line textarea form field paired with an accessible label for collecting longer text input like messages or comments.
import TextareaWithLabel from "@/components/ui/textarea-with-label"; export default function Default() { return ( <div className="w-full max-w-sm"> <TextareaWithLabel /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.