alpha · @scout-ui/react
StickerBadge playground
Label, select, and remove with native semantics.
Live · bounded
StickerBadge preview
Fresh signal
CodeAI Prompt · M15
Deterministic React output
Generated code
import { StickerBadge } from "@scout-ui/react";
import "@scout-ui/react/styles.css";
export default function StickerBadgeExample() {
return (
<StickerBadge
tone="cyan"
rotation={-1}
>
{"Fresh signal"}
</StickerBadge>
);
}