An open API service indexing awesome lists of open source software.

https://github.com/dckt/bs-reach-ui

Bindings for ReachUI components (https://ui.reach.tech/)
https://github.com/dckt/bs-reach-ui

accessibility reach react reason-react reasonml

Last synced: about 1 month ago
JSON representation

Bindings for ReachUI components (https://ui.reach.tech/)

Awesome Lists containing this project

README

          

# bs-reach-ui

🚧 WIP

## Installation

```sh
npm i -D bs-reach-ui
# or yarn
yarn add bs-reach-ui
```

* Add `bs-reach-ui` in `bsconfig.json`
* Add needed CSS style in your application (see https://ui.reach.tech/styling)

## Run Project

* Install dependencies

```sh
npm install
# or yarn
yarn
```

* Run

```sh
npm start
```

## Run examples

```sh
npm run examples
# or yarn
yarn run examples
```

## Todo

* [x] VisuallyHidden (https://ui.reach.tech/visually-hidden)
* [x] MenuButton (https://ui.reach.tech/menu-button)
* [x] Dialog (https://ui.reach.tech/dialog)
* [x] Alert (https://ui.reach.tech/alert)
* [ ] AlertDialog
* [x] SkipNav (https://ui.reach.tech/skip-nav)
* [x] WindowSize (https://ui.reach.tech/window-size)
* [ ] Rect

* [ ] Implement correct callback type for `on[Event]`