Phyllotaxis
A sunflower-style bloom of instanced petals placed by the golden angle, breathing from --primary at the core to --accent at the rim.
Hundreds of instanced petals placed by the golden angle (137.5°) — the same divergence a sunflower uses to pack its seeds without gaps. The disc breathes and slowly turns, shading from --primary at the core to --accent at the rim. One draw call.
Customize
Petals520
Speed1
Spread3.2
Environment
Props
| Prop | Type | Default | Description |
|---|---|---|---|
count | number | 520 | Number of petals on the spiral. |
speed | number | 1 | Breathing and rotation speed multiplier. |
spread | number | 3.2 | Radius of the bloom. |
className | string | — | Classes for the wrapper element (set its height here). |
theme | "auto" | "light" | "dark" | "auto" | Color source. auto reads the live shadcn theme. |
countnumberNumber of petals on the spiral.
Default
520speednumberBreathing and rotation speed multiplier.
Default
1spreadnumberRadius of the bloom.
Default
3.2classNamestringClasses for the wrapper element (set its height here).
Default
—theme"auto" | "light" | "dark"Color source. auto reads the live shadcn theme.
Default
"auto"