Petal Fall
A rain of single tumbling sakura petals. Density controls how many fall: sparse drift or full blizzard. Wind follows the hand.
Draw
draw a card
$npx shadcn@latest add @clow/petal-fallFirst time? Point @clow at the registry
Once per project, add the registry to your components.json. Then draw any card by name.
"registries": {
"@clow": "https://clow.cards/r/{name}.json"
}Full setup →Playground
props
<PetalFall />Examples
basic
Props
| prop | type | default |
|---|---|---|
| intensity | faint | soft | bold | soft |
| speed | slow | base | fast | base |
| density | number | 0.7 |
| interactive | boolean | true |
| enabled | boolean | true |

