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/)
- Host: GitHub
- URL: https://github.com/dckt/bs-reach-ui
- Owner: DCKT
- License: apache-2.0
- Created: 2018-09-09T12:26:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T14:19:09.000Z (about 7 years ago)
- Last Synced: 2025-04-05T16:35:09.940Z (6 months ago)
- Topics: accessibility, reach, react, reason-react, reasonml
- Language: OCaml
- Size: 237 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]`