@crossed/theme
v2.0.3
Published
unicons
Downloads
740
Readme
Introduction
@Crossed/unicons is here to let you use a wide variety of icone in your components
Installation
pnpm i @crossed/test
Getting Strated
You only need to import the desired icone from our package and use it in your component
import {Moon} from @crossed/unicons
export const YourComponent = () => {
return (
<div>
<Moon/>
// rest of your component
</div>
)
}
Contribution
Want to Contribute to our project ? Check our contribution guide line