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
- Host: GitHub
- URL: https://github.com/benbellick/heroicons-reason-react
- Owner: benbellick
- License: mit
- Created: 2024-12-13T04:50:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T21:12:02.000Z (about 1 year ago)
- Last Synced: 2025-09-24T11:55:19.250Z (4 months ago)
- Topics: heroicons, heroicons-react, reasonml, wrapper
- Language: Reason
- Homepage:
- Size: 90.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.