Components

Turbine Loader

A mechanical turbine-style spinner with one or more concentric rings, counter-rotating blades, and full control over color, size, blade count, speed, glow, and proportions.

npx neonblade add turbine-loader

Color Variants

Loading…
Cyan
Loading…
Pink
Loading…
Green
Loading…
White
Loading…
Orange

Size Variants

Loading…
xs
Loading…
sm
Loading…
md
Loading…
lg
Loading…
xl

Ring Count

Loading…
1 ring
Loading…
2 rings
Loading…
3 rings

Blade Count

Loading…
4 blades
Loading…
6 blades
Loading…
8 blades
Loading…
12 blades

Speed (duration)

Loading…
Fast — 700ms
Loading…
Default — 1800ms
Loading…
Slow — 3200ms

Glow Intensity

Loading…
none
Loading…
low
Loading…
medium
Loading…
high

Direction

Loading…
Clockwise
Loading…
Counter-clockwise

Use-case — Boot Sequence

Loading…

Spinning up turbines…

Props Configuration

PropTypeDefaultDescription
color"cyan" | "pink" | "green" | "white" | "orange" | string"cyan"Neon accent color for the blades, hub, and glow. Use a preset name or any valid CSS color value.
size"xs" | "sm" | "md" | "lg" | "xl" | number"md"Overall width/height in pixels, or a size preset. xs=32, sm=48, md=72, lg=96, xl=128.
ringCountnumber2Number of concentric turbine rings (clamped to 1–4). Inner rings rotate in the opposite direction.
bladeCountnumber8Number of blades per ring (clamped to 3–16).
speednumber1800Full rotation duration in milliseconds. Lower = faster spin.
direction"clockwise" | "counter-clockwise""clockwise"Rotation direction of the outer ring. Each inner ring automatically alternates direction for a mechanical turbine effect.
glowIntensity"none" | "low" | "medium" | "high""medium"Neon drop-shadow glow around the whole turbine.
hubSizenumber0.16Central hub radius as a fraction of the outer turbine radius (0–1).
bladeWidthnumber0.5Blade base width as a fraction of the ring thickness (0–1).
bladeTapernumber0.35Blade tip width as a fraction of the blade base width (0–1).
ringGapnumber0.06Gap between concentric rings as a fraction of the outer turbine radius.
classNamestring""Extra class names applied to the outer wrapper div.