GlowLine
A customizable glowing line component that creates beautiful neon-like effects. Perfect for adding visual flair to your UI with horizontal or vertical glowing lines in various colors.
Demo
Props
Prop | Type | Default | Description |
---|---|---|---|
orientation | 'vertical' \ | 'horizontal' | - |
position | string | - | CSS position value (e.g., '50%', '100px') |
color | 'purple' \ | 'blue' \ | 'green' \ |
className | string | '' | Additional CSS classes for custom styling |
Usage Examples
Basic Usage
Loading...