For Tailwind CSS v3 docs, click here.

流星背景

A stunning animated starfield background with glowing and sharp trail effects.

通过 CLI 安装

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

手动安装

复制并粘贴以下代码:

FallingStarsBg.vue

API

Prop 名称类型默认值描述
colorstring"#FFF"Color of the stars in the starfield.
countnumber200Number of stars displayed in the animation.

功能特性

  • Dynamic Starfield: Creates a 3D starfield effect with stars moving toward the viewer.
  • Glowing and Sharp Trail Effects: Each star has a sharp line and a blurred, glowing trail.
  • Customizable: Adjust the color of the stars and control the number of stars using the count prop.
  • Responsive Design: Automatically adapts to the size of the canvas, ensuring a full-screen starfield effect.

感谢

  • Inspired by 3D starfield simulations and trail effects in modern canvas animations.
  • Credit to Prodromos Pantos for porting the original component to Vue & Nuxt.