Introducing Magic UI Pro - 50+ blocks and templates to build beautiful landing pages in minutes.

19.0k
221

Meteors

PreviousNext

A meteor shower effect.

Installation

pnpm dlx shadcn@latest add @magicui/meteors

Usage

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

Props

Meteors

PropTypeDefaultDescription
numbernumber20Number of meteors
minDelaynumber0.2Minimum delay in seconds before meteor animation starts
maxDelaynumber1.2Maximum delay in seconds before meteor animation starts
minDurationnumber2Minimum duration in seconds for meteor animation
maxDurationnumber10Maximum duration in seconds for meteor animation
anglenumber215Angle in degrees for meteor trajectory
classNamestring-Optional additional CSS classes