@schutm/bs-tea-materialicons
v0.0.2
Published
Material Design Icons for Bucklescript-TEA
Downloads
2
Maintainers
Readme
bs-tea-materialicons
Synopsis
bs-tea-materialicons contains bindings to the Material Design Icons to be used with Bucklescript-TEA.
Installation
yarn add bs-tea-materialicons
And don't forget to add it to your bsconfig.json:
"bs-dependencies": [
"bs-tea-materialicons",
...
],
Usage
let view model =
MaterialIcons.open' []
Bug tracker
Open a new issue for bugs or feature requests. Please search for existing issues first.
Bugs or feature request will be fixed in the following order, if time permits:
- It has a pull-request with a working and tested fix.
- It is easy to fix and has benefit to myself or a broader audience.
- It puzzles me and triggers my curiosity to find a way to fix.
Acknowledgements
Of course this library would be impossible without the excellent Material Design Icons, and the bindings provided by MaterialDesign-JS.
Contributing
Anyone and everyone is welcome to contribute.
License
This software is licensed under the ISC License.