For Tailwind CSS v3 docs, click here.

粒子背景

粒子背景效果可以为你的网站增加一个动态和引人入胜的视觉效果。它们有助于创造一种深度、动感和互动的感觉,使网站在视觉上更具吸引力。

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

ParticlesBg.vue

API

Prop 名称类型默认值描述
colorstring#FFFHexadecimal color code used for particles. Supports 3 or 6 character hex codes.
quantitynumber100The number of particles to generate and display on the canvas.
staticitynumber50Determines how much the particles move based on the mouse's proximity. Higher values reduce movement.
easenumber50Controls the easing effect of particle movement; lower values make particles follow the mouse more closely.

感谢

  • Credits to Magic UI for this fantastic component.
  • Credit to Prodromos Pantos for porting the original component to Vue & Nuxt.