Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add initial README file

+17 -1
+16
README.md
··· 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>
+1 -1
package.json
··· 1 1 { 2 2 "name": "use-interactions", 3 3 "description": "Reusable and common web interactions with WCAG accessibility criteria for React", 4 - "version": "1.0.0", 4 + "version": "0.0.0", 5 5 "main": "dist/use-interactions.js", 6 6 "module": "dist/use-interactions.es.js", 7 7 "types": "dist/types/index.d.ts",