Regex input with slashes, violet flags, and a tabular match-count pill on the right.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor21 } from "@/components/beste/piece/editor21";
<Editor21
pattern="\b\w+@\w+\.com\b"
flags="gi"
matches={12}
/>