Selection Counter

Text with a primary-tinted highlight and a floating dark pill showing character and word counts.

Ship production-ready components in a weekend.
27 chars·3 words

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor19 } from "@/components/beste/piece/editor19";

<Editor19
  prefix="Ship "
  selected="production-ready components"
  suffix=" in a weekend."
  chars={27}
  words={3}
/>