An auto-resizing textarea with a live character counter that changes color as you approach and reach the limit.
import Component from "@/components/ui/v-textarea-6"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-6"> <Component /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.