Isometric Press
A tiny isometric printing press — blank sheets glide along the bed, the press stamps down, and each page slides out carrying fresh ink to the delivery pile.
Installation
▸ Run the following command
npx shadcn@latest add https://www.mellowui.com/r/isometric-press.json▸ Or install manually
- Copy the source from the Code tab above.
- Place it at
components/mellow/isometric-press.tsx - Import and use.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| size | number | 380 | Rendered width in px. |
| speed | number | 1 | Cycle speed multiplier. |
| accent | string | "oklch(0.65 0.25 250)" | Colour of the freshly printed marks. |
| className | string | — | Additional CSS classes. |