Toolkit for building accessible rich web apps with React
npm install reakit
Toolkit for building accessible rich web apps with React.
Explore website ยป
By donating $100 or more you become a sponsor and help in the development of this project. Thank you to all our sponsors! ๐
By donating $5 or more you become a backer and help in the development of this project. Thank you to all our backers! ๐
npm:
``sh`
npm i reakit
Yarn:
`sh`
yarn add reakit
> Thanks to @nosebit for the package name on npm.
`jsx
import React from "react";
import ReactDOM from "react-dom";
import { useDialogState, Dialog, DialogDisclosure } from "reakit";
function App() {
const dialog = useDialogState();
return (
ReactDOM.render(
``
Play with this on CodeSandbox and read the documentation to learn more.
This project exists thanks to all the people who contribute. Learn more on the contributing guide.
Logo by Leonardo Elias.
MIT ยฉ Diego Haz