Skip to main content

Meteors

Documentation / TextEffects/Meteors

default

const default: React.FC<MeteorsProps>;

Defined in: app/components/TextEffects/Meteors.tsx:42

Meteors - A component that creates animated meteor effects

Generates a specified number of animated meteor particles that streak across the screen with randomized positions, delays, and durations. Each meteor has a gradient trail effect and rotates at a specific angle to create a realistic meteor shower effect.

Component

Param

The component props

Param

The number of meteors to display

Returns

The meteor effects container

Example

<Meteors number={15} />