0.0.3 • Published 3 years ago

rescript-heroicons v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ReScript binding to Heroicons

With this binding, heroicons can be used as ReScript-React Components.

open Heroicons

@react.component
let make = () => {
  <div>
    <Solid.PaperAirplaneIcon className="w-8 h-8" />
    <Outline.PaperAirplaneIcon className="w-8 h-8" />
  </div>
}
(* w-8, h-8 are tailwind css classes.*)

Demo

Please visit the following link to check out the demo. ReScript-Heroicons Demo

Installation

yarn add rescript-heroicons or npm install rescript-heroicons In bsconfig.json

"bs-dependencies": ["rescript-heroicons"]

The binding has the following dependencies, and they have to be installed.

Author

Nyi Nyi Than (Jazz)

License

MIT