Animated gradient borders for React. Wrap any component with a single line.
LiveStroke decorates your existing components with animated gradient borders—no redesign, no custom CSS.
Use Cases
Installation
npm install live-strokeUsage
import { LiveStroke } from "live-stroke";
<LiveStroke preset="rainbow">
<YourButton>Content</YourButton>
</LiveStroke>Playground
Preset
Stroke Size
SmMdLg
Speed
SlowNormalFast
Opacity
Shadow
<LiveStroke preset="rainbow" strokeSize="md" speed="normal" opacity={100} shadow>
<button>Text goes here</button>
</LiveStroke>