Neon Glow
Digital neon and distortion animations
$3
Prompt Only
$9
Full Code
⚡ No Dependencies
Pure React + SVG
V0 Prompt
Use this prompt in v0.app to generate the component yourself
$3
Create a smooth, minimalist neon effects component with the following characteristics:
## Requirements:
- Digital neon and distortion animations
- Multiple neon variations (text neon, image neon, color shift, displacement, static)
- Customizable intensity and speed
- Responsive design
- Dark theme with customizable colors
- Works with text and images
- Smooth easing animations
- Cyberpunk aesthetic
## Component Props:
- type: 'text' | 'image' | 'color' | 'displacement' | 'static' (default: 'te...Component Code
Copy this component to your React project
$9
'use client'
import React, { useState, useEffect } from 'react'
type GlitchType = 'text' | 'image' | 'color' | 'displacement' | 'static'
interface NeonGlowProps {
children: React.ReactNode
type?: GlitchType
intensity?: number
speed?: number
color?: string
}
export default function NeonGlow({
children,
type = 'text',
intensity = 5,
speed = 200,
color = 'black',
}: NeonGlowProps) {
const [neonOffset, setGlitchOffset] = useState({ x: 0, y: 0 })
const [isGlitching, setIsG...Documentation
Complete guide with installation and customization
Free
# Neon Glow Component - Documentation
## What is this?
A minimalist neon effects component with digital distortion and cyberpunk aesthetics. Perfect for creating eye-catching visual effects for tech-forward designs and gaming interfaces.
## Installation
1. Copy the component code to your project: `components/NeonGlow.tsx`
2. Import it in your page:
```typescript
import NeonGlow from '@/components/NeonGlow'
```
3. Wrap your content:
```typescript
<NeonGlow>
<h1>Glitch me!</h1>
</NeonGlow>...How to Use
- 1. Choose your tier: $3 for prompt only, $9 for full code
- 2. For paid files, click "Buy Now" and complete payment
- 3. For free files, click "Copy Full Content"
- 4. Paste into your text editor and save as files
By purchasing this digital product, you agree that all sales are non-refundable.