隆重推出 Magic UI Pro - 50+ 模块和模板,助您在几分钟内构建精美着陆页。

命令面板

搜索要运行的命令...

文档
流星

流星

一种流星雨效果。

安装

用法

import { Meteors } from "@/components/magicui/meteors";
<div className="relative overflow-hidden h-[500px] w-full max-w-[350px]">
  <Meteors />
</div>

属性

Meteors

属性类型默认值描述
numbernumber20流星数量
minDelaynumber0.2流星动画开始前的最小延迟(秒)
maxDelaynumber1.2流星动画开始前的最大延迟(秒)
minDurationnumber2流星动画的最小持续时间(秒)
maxDurationnumber10流星动画的最大持续时间(秒)
角度number215流星轨迹的角度(度)
classNamestring-可选的额外 CSS 类