Sticker Sheet
Backing paper with kiss-cut lines. Lays out a set of components the way a vinyl sheet lays out stickers.
SurfacesServer safe
Preview
Sheet 03
Shipping v0.1
HoloBadgePacking your order
DuckSpinnerHoloButton
Installation
The CLI writes the source into your project and pulls in whatever it depends on.
$
pnpm dlx shadcn@latest add @duck/sticker-sheetPulls in @duck/theme. Already installed items are skipped.
Usage
import { StickerSheet, StickerSheetCell } from "@/components/ui/sticker-sheet"The file lands in components/ui/sticker-sheet.tsx and belongs to you from that point on. Edit it in place rather than wrapping it.
Props
Everything not listed here is forwarded to the underlying element.
| Prop | Type | Default | Description |
|---|---|---|---|
| label | string | - | Small caption printed in the sheet margin. |
| span | 1 | 2 | 3 | 1 | On StickerSheetCell: cell width in grid columns at lg and up. |
