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>
<YourButton>Content</YourButton>
</LiveStroke>Playground
Stroke Size
SmMdLg
Speed
SlowNormalFast
Opacity
Shadow
<LiveStroke strokeSize="md" speed="normal" opacity={100} shadow>
<button>Text goes here</button>
</LiveStroke>