A support ticket form with selectable category chips, a message textarea with character count, a loading submit button, and a submitted confirmation state.
import Pattern from "@/components/ui/v-textarea-10"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.