Giter VIP home page Giter VIP logo

reakit's Introduction


Reakit symbol

Reakit

Toolkit for building accessible rich web apps with React.
Explore website ยป

Reakit thumbnail

NPM version NPM downloads Build Status
Sponsors Backers Spectrum Follow Reakit on Twitter

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

Reakit v1 is still in beta. If you're looking for v0, see v0 branch, v0 docs and the migration guide.

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.

reakit Logo by Leonardo Elias.

License

MIT ยฉ Diego Haz

reakit's People

Contributors

diegohaz avatar tcodes0 avatar matheus1lva avatar amogower avatar ubbe-xyz avatar ewgenius avatar andarist avatar k-sav avatar jyash97 avatar renatorib avatar jperasmus avatar jxom avatar sjaq avatar rafael-vitor avatar tom-sherman avatar luciorubeens avatar madiodio avatar mateusandrade avatar mattfwood avatar nathanforce avatar reutsher1 avatar folz avatar thebigbignooby avatar ryardley avatar lxcid avatar taym95 avatar vhfmag avatar wardoost avatar dependabot[bot] avatar onluiz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.