Skip to content

kepi/rescript-heroicons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ReScript binding to Heroicons

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ReScript 100.0%