Text with a primary-tinted highlight and a floating dark pill showing character and word counts.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor19 } from "@/components/beste/piece/editor19";
<Editor19
prefix="Ship "
selected="production-ready components"
suffix=" in a weekend."
chars={27}
words={3}
/>