1.0.0 • Published 2 years ago
react-tunnel-vision v1.0.0
react-tunnel-vision
A mouse/touch-tracing tunnel vision effect for React components
Installation
npm install @cbarkr/react-tunnel-visionUsage
Anything contained within a <TunnelVisionArea> will have tunnel vision.
<div>
<p>Now you see me</p>
<TunnelVisionArea>
<p>Now you don't (unless you're hovering me)<p>
</TunnelVisionArea>
</div>Attribution
Inspired by https://github.com/codaworks/react-glow
1.0.0
2 years ago