A peaceful, falling snow effect rendered on an HTML5 Canvas.
Adjust quantity and speed via props
npx shadcn-vue@latest add https://raya-ui.com/registry/snow-effect.json| Prop | Type | Default | Description |
|---|---|---|---|
| color | string | "#FFF" | The color of the snowflakes (Hex code). |
| quantity | number | 100 | The number of snowflakes to render. |
| speed | number | 1 | The vertical falling speed multiplier. |
| minRadius | number | 1 | Minimum radius of a snowflake. |
| maxRadius | number | 3 | Maximum radius of a snowflake. |