alpha · @scout-ui/react
StickerButton playground
Give actions and links physical press feedback.
Live · bounded
StickerButton preview
CodeAI Prompt · M15
Deterministic React output
Generated code
import { StickerButton } from "@scout-ui/react";
import "@scout-ui/react/styles.css";
export default function StickerButtonExample() {
return (
<StickerButton
tone="acid"
leading={<span aria-hidden="true">✦</span>}
trailing={<span aria-hidden="true">→</span>}
>
{"Make it stick"}
</StickerButton>
);
}