1.0.0 • Published 1 year ago

react-tunnel-vision v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-tunnel-vision

A mouse/touch-tracing tunnel vision effect for React components

Installation

npm install @cbarkr/react-tunnel-vision

Usage

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

1 year ago