For Tailwind CSS v3 docs, click here.

Snowfall Background

A beautifully animated snowfall effect applied as a background.

通过 CLI 安装

npm
pnpm
bun
yarn
npx shadcn-vue@latest add "https://registry.inspira-ui.com/snowfall-bg.json"

手动安装

复制并粘贴以下代码:

SnowfallBg.vue

API

Prop 名称类型默认值描述
colorstring#FFFColor of the snowflakes in hexadecimal format.
quantitynumber100Number of snowflakes to display.
speednumber1Speed at which snowflakes fall.
maxRadiusnumber3Maximum radius of snowflakes.
minRadiusnumber1Minimum radius of snowflakes.
classstringnullAdditional CSS classes to apply to the container element.

感谢

  • Inspired by natural snowfall effects.