Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Install opam package manager.
Currently, this package has not been published on opam-repository. see this link for adding deps from a git repository
Then:
npm install @radix-ui/react-icons
Add melange-radix-icons
to the libraries
in your dune
file:
; ...
(libraries melange-radix-icons)
; ...
Use it in your component:
[@react.component]
let make = () => {
<RadixIcons.Sun
className="h-[1.2rem] w-[1.2rem] rotate-0 scale-100 transition-all dark:-rotate-90 dark:scale-0"
/>
}