alpha · @scout-ui/react
Sticker playground
Place accessible artwork with tactile Scout UI treatment.
Live · bounded
Sticker preview
CodeAI Prompt · M15
Deterministic React output
Generated code
import { Sticker } from "@scout-ui/react";
import { sunnySmile } from "@scout-ui/stickers/definitions/sunny-smile";
import "@scout-ui/react/styles.css";
export default function StickerExample() {
return (
<Sticker
source={sunnySmile}
alt={"Smiling sun sticker"}
size="lg"
shadow="lifted"
rotation={-6}
/>
);
}