All Projects → eldh → bs-reach

eldh / bs-reach

Licence: other
Bucklescript bindings for reach ui

Programming Languages

reason
219 projects
javascript
184084 projects - #8 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects

NPM

bs-reach

Reason bindings for Reach UI.

How to Install

npm install --save bs-reach

Then add it to bsconfig.json:

"bs-dependencies": [
  "bs-reach"
]

Use in your app like this:

<div>
  <Reach.VisuallyHidden> "Peek-a-boo" </Reach.VisuallyHidden>
</div>

Documentation

The official documentation 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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].