reakit alternatives and similar libraries
Based on the "ant-design" category.
Alternatively, view reakit alternatives based on common mentions on social networks and blogs.
-
office-ui-fabric-react
Fluent UI web represents a collection of utilities, React components, and web components for building web applications. -
gestalt
A set of React UI components that supports Pinterest’s design language -
fluent-ui
🌈 React components that inspired by Microsoft's Fluent Design System.
AWS Cloud-aware infrastructure-from-code toolbox [NEW]
Do you think we are missing an alternative of reakit or a related project?
Popular Comparisons
README
Reakit
Toolkit for building accessible rich web apps with React. Explore website »
Sponsors
By donating $100 or more you become a sponsor and help in the development of this project. Thank you to all our sponsors! 🙏
Backers
By donating $5 or more you become a backer and help in the development of this project. Thank you to all our backers! 🙏
Installation
npm:
npm i reakit
Yarn:
yarn add reakit
Thanks to @nosebit for the package name on npm.
Usage
import React from "react";
import ReactDOM from "react-dom";
import { useDialogState, Dialog, DialogDisclosure } from "reakit";
function App() {
const dialog = useDialogState();
return (
<div>
<DialogDisclosure {...dialog}>Open dialog</DialogDisclosure>
<Dialog {...dialog} aria-label="Welcome">
Welcome to Reakit!
</Dialog>
</div>
);
}
ReactDOM.render(<App />, document.getElementById("root"));
Play with this on CodeSandbox and read the documentation to learn more.
Contributors
This project exists thanks to all the people who contribute. Learn more on the contributing guide.
Logo by Leonardo Elias.
Attribution
Browser testing provided by
License
MIT © Diego Haz
*Note that all licence references and agreements mentioned in the reakit README section above
are relevant to that project's source code only.