Toolkit for building really interactive UIs with React
npm install @jmoxey/reakit

Toolkit for building composable, accessible and reliable UIs with React.
๐ Website ยท
๐ Guide ยท
๐ Components
``sh`
npm i reakit
> Thanks to @nosebit for the package name on npm.
src="https://user-images.githubusercontent.com/3068563/35465289-0cb7fe96-02e2-11e8-8bc5-60abcb6e92ac.gif"
width="200"
/>
See and edit full source code on CodeSandbox
`jsx
import React from "react";
import { render } from "react-dom";
import { Button, Popover } from "reakit";
const App = () => (
{popover => (
)}
);
render(
``
This project exists thanks to all the people who contribute.
By donating $5 or more you help in the development of this project. Thank you to all our supporters! ๐
MIT ยฉ Diego Haz