JSPM

  • Created
  • Published
  • Downloads 320
  • Score
    100M100P100Q84022F

unicons

Package Exports

  • @crossed/unicons
  • @crossed/unicons/ChevronDown
  • @crossed/unicons/Github
  • @crossed/unicons/Moon
  • @crossed/unicons/MousePointerClick
  • @crossed/unicons/Sun

Readme

@Crossed/unicons

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