Skip to main content
Header
A small badge or “pill” to indicate something is coming soon.
import { SoonPill } from "@/ui/display/pill/components/SoonPill";

export const MyComponent = () => {
  return <SoonPill />;
};