Your ImageYour Image
  • About
  • Templates10
  • Blocks81New
  • Icons1635
  • Graphics4K
  • Components107New
  • About
  • Components
  • Pricing
  • Contact
Book an Intro call
Book an Intro call
  • About
  • Works
  • Pricing
  • Templates
  • Blocks
  • components
  • Graphic
  • Backgrounds
  • Designs
  • Icons
  • Logos
  • Flags
  • Privacy
  • Terms
  • Contact
© 2025Made with by Ali Imam

  • Gradient Mesh
  • Gradient Wave
  • Shader Ripple
  • Shader Lines
  • Shader RGB
  • Particles Highlight
  • Particle Circle
  • Void Animation
  • Gradient Bars
  • Render Canvas
  • Fireball
  • Scroll Progress
  • Shine Border
  • Dot Pattern
  • Grid Pattern

Fireball

PreviousNext

A dynamic animated canvas component that renders fire following the cursor with configurable physics and color cycling.

Installation

pnpm dlx shadcn@latest add https://ui.dalim.in/r/fireballjson

Usage

import { FireBall } from "@/components/ui/fireball"
<div className="relative h-64 w-full rounded-lg border">
  <FireBall/>
  <div className="relative z-10 flex h-full items-center justify-center">
    <p className="text-lg font-medium">Content over dot background</p>
  </div>
</div>
Render CanvasScroll Progress

On This Page

InstallationUsage