Components

Arrow Loader

Full-width indeterminate loader with flowing SVG chevron arrows. Fully customizable arrow size, gap, thickness, speed, and color.

npx neonblade add arrow-loader

COLORS

DENSITY

THICKNESS

SPEED

USE CASE

Syncing neural index...SYNCING
Connecting to remote cluster - node 7 of 12
Awaiting authorizationPENDING
Biometric handshake in progress...

Props Configuration

PropTypeDefaultDescription
color"cyan" | "pink" | "green" | string"cyan"Neon accent color for the arrows.
heightnumber8Bar height in pixels.
arrowSizenumber10Pixel width of each individual › arrow shape.
gapnumber8Pixel gap between arrows.
thicknessnumber2.5SVG stroke width — controls arrow line thickness.
speednumber450Animation cycle duration in ms. Lower = faster.
trackColorstring"rgba(255,255,255,0.06)"Background color of the track strip behind the arrows. Accepts any valid CSS color.
classNamestring-Additional className on the wrapper element.