Isometric Cubes

Isometric Cubes

An isometric cube field — a wave rolls diagonally through the grid while cubes near the cursor rise to meet it. A compute-grid illustration for bento cards.

Installation

▸ Run the following command

npx shadcn@latest add https://www.mellowui.com/r/isometric-cubes.json

▸ Or install manually

  1. Copy the source from the Code tab above.
  2. Place it at components/mellow/isometric-cubes.tsx
  3. Import and use.

API Reference

PropTypeDefaultDescription
rowsnumber5Grid rows.
colsnumber5Grid columns.
speednumber1Wave speed multiplier.
amplitudenumber14Maximum wave lift in world units.
sizenumber380Rendered width in px.
classNamestringAdditional CSS classes.