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

Shine Border

PreviousNext

Renders an animated neon gradient border around any child content. The border is drawn using a masked overlay with CSS animations — no Tailwind or external CSS required. Supports customization of radius, width, speed, and colors.

Installation

pnpm dlx shadcn@latest add https://ui.dalim.in/r/shine-border.json

Usage

import { ShineBorder } from "@/components/ui/shine-border"
<div className="relative h-screen w-full overflow-hidden">
  <ShineBorder borderRadius={12} borderWidth={3} duration={10}>
    <span style={{ color: "white", fontSize: 20 }}>Neon Glow ✨</span>
  </ShineBorder>
</div>
Scroll ProgressDot Pattern

On This Page

InstallationUsage