GithubHelp home page GithubHelp logo

hhy5277 / reakit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ariakit/ariakit

0.0 1.0 0.0 10.24 MB

Toolkit for building accessible rich web apps with React

Home Page: https://reakit.io

License: MIT License

JavaScript 27.88% TypeScript 71.90% HTML 0.02% Shell 0.21%

reakit's Introduction



reakit


Toolkit for building composable, accessible and reliable UIs with React.


๐ŸŒŽ Website ย  ยท ย  ๐Ÿ“š Guide ย  ยท ย  ๐Ÿ— Components


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

Supporters

By donating $5 or more you help in the development of this project. Thank you to all our supporters! ๐Ÿ™

Installation

npm i reakit

Thanks to @nosebit for the package name on npm.

If you are using TypeScript, you'll need to also install @types/styled-components.

Example


See and edit full source code on CodeSandbox

import React from "react";
import { render } from "react-dom";
import { Button, Popover } from "reakit";

const App = () => (
  <Popover.Container>
    {popover => (
      <Button use={Popover.Toggle} {...popover}>
        Toggle
        <Popover {...popover}>
          <Popover.Arrow />
          Popover
        </Popover>
      </Button>
    )}
  </Popover.Container>
);

render(<App />, document.getElementById("root"));

Contributors

This project exists thanks to all the people who contribute.

License

MIT ยฉ Diego Haz

reakit's People

Contributors

agneym avatar amogower avatar andarist avatar codyaverett avatar deini avatar diegohaz avatar edkf avatar ewgenius avatar itsmealves avatar jeremija avatar jmihc avatar juhq avatar jxom avatar jyash97 avatar madiodio avatar matheus1lva avatar mattfwood avatar menor avatar nathanforce avatar nstfkc avatar onluiz avatar rafael-vitor avatar ramiel avatar renatorib avatar reutsher1 avatar slapbox avatar taym95 avatar tcodes0 avatar thebigbignooby avatar ubbe-xyz avatar

Watchers

 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.