Skip to content

Bucklescript bindings for reach ui

Notifications You must be signed in to change notification settings

SeaMonster-Studios/bs-reach

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Bucklescript bindings for reach ui

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Reason 85.6%
  • JavaScript 11.9%
  • C++ 1.3%
  • HTML 1.2%