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

https://github.com/benbellick/heroicons-reason-react

React-ReasonML bindings to heroicons
https://github.com/benbellick/heroicons-reason-react

heroicons heroicons-react reasonml wrapper

Last synced: 3 months ago
JSON representation

React-ReasonML bindings to heroicons

Awesome Lists containing this project

README

          

# Heroicons Reason React

This is a simple project wrapping the [heroicons](https://heroicons.com) React bindings in ReasonML.

## Quick Start

To install:
```shell
opam install heroicons-reason-react
npm install @heroicons/react # Must be >= 2.2.0
```
Now you can include `heroicons-reason-react` in your libraries in the appropriate dune file and do something like:
```reason
...

...
```

## Contributing

This is a quite simple repository, though contributions are welcome. The code to generate the wrappers all resides within the `generate/` directory. Calling `dune exec -- generator` will create the wrapper code. Feel free to open any issues and I'll help where I can.