A textarea input paired with a label and a right-aligned helper text hint below it.
import TextareaWithHelperText from "@/components/ui/textarea-08"; export default function Demo() { return ( <div className="flex min-h-[200px] w-full items-center justify-center p-6"> <TextareaWithHelperText /> </div> ); }
Part of ShadcnSpace — browse the full library on 21st.dev.