https://github.com/eldh/bs-reach
Bucklescript bindings for reach ui
https://github.com/eldh/bs-reach
Last synced: 8 months ago
JSON representation
Bucklescript bindings for reach ui
- Host: GitHub
- URL: https://github.com/eldh/bs-reach
- Owner: eldh
- Created: 2020-02-10T20:20:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:24:45.000Z (over 3 years ago)
- Last Synced: 2024-04-23T16:21:49.385Z (over 2 years ago)
- Language: Reason
- Size: 2.52 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/bs-reach)
# bs-reach
Reason bindings for [Reach UI](https://reacttraining.com/reach-ui).
## How to Install
```sh
npm install --save bs-reach
```
Then add it to bsconfig.json:
```js
"bs-dependencies": [
"bs-reach"
]
```
Use in your app like this:
```reason
"Peek-a-boo"
```
## Documentation
The [official documentation](https://reacttraining.com/reach-ui) for Reach UI has a lot of great examples and explains the api of the components well. The bindings tries to deviate from the original api:s as little as possible.
Under the `examples` directory there are some examples of how to use these bindings.
## Contributions
Please open pull requests or issues!