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

Add initial README file

Changed files
+17 -1
+16
README.md
···
+
<div align="center">
+
<h2 align="center">use-interactions</h2>
+
<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>
+
<br />
+
<a href="https://npmjs.com/package/use-interactions">
+
<img alt="NPM Version" src="https://img.shields.io/npm/v/use-interactions.svg" />
+
</a>
+
<a href="https://npmjs.com/package/use-interactions">
+
<img alt="License" src="https://img.shields.io/npm/l/use-interactions.svg" />
+
</a>
+
<a href="https://bundlephobia.com/result?p=use-interactions">
+
<img alt="Minified gzip size" src="https://img.shields.io/bundlephobia/minzip/use-interactions.svg?label=gzip%20size" />
+
</a>
+
<br />
+
<br />
+
</div>
+1 -1
package.json
···
{
"name": "use-interactions",
"description": "Reusable and common web interactions with WCAG accessibility criteria for React",
-
"version": "1.0.0",
+
"version": "0.0.0",
"main": "dist/use-interactions.js",
"module": "dist/use-interactions.es.js",
"types": "dist/types/index.d.ts",