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

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

Awesome Lists containing this project

README

          

[![NPM](https://img.shields.io/npm/v/bs-reach)](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!