Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
1<div align="center"> 2 <h2 align="center">use-interactions</h2> 3 <p align="center"><strong>A collection of React hooks for interactions with a single goal: Making it easier to add accessible and expected web interactions.</strong></p> 4 <br /> 5 <a href="https://npmjs.com/package/use-interactions"> 6 <img alt="NPM Version" src="https://img.shields.io/npm/v/use-interactions.svg" /> 7 </a> 8 <a href="https://npmjs.com/package/use-interactions"> 9 <img alt="License" src="https://img.shields.io/npm/l/use-interactions.svg" /> 10 </a> 11 <a href="https://bundlephobia.com/result?p=use-interactions"> 12 <img alt="Minified gzip size" src="https://img.shields.io/bundlephobia/minzip/use-interactions.svg?label=gzip%20size" /> 13 </a> 14 <br /> 15 <br /> 16</div>