Here is textarea with characters left component
Loading preview...
import TextareaWithCharacterCount from "@/components/ui/textarea-with-characters-left"; export default function DemoOne() { return <TextareaWithCharacterCount/>; }