Stock status chip with a dot and auto-phrased copy across in-stock, low, out, and preorder states.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Indicator12 } from "@/components/beste/piece/indicator12";
<Indicator12
stock="low"
count={4}
/>