Warp Speed
Star Wars-style hyperspace jump effect with radial motion blur.
Properties
200
Number of stars
10
Warp speed
#ffffff
Star color
Installation
npm install @reactomega/uiUsage
import { WarpSpeed } from '@reactomega/ui';
export default function App() {
return (
<div className="relative w-full h-screen">
<WarpSpeed count={200} speed={10} />
</div>
);
}