JSPM

  • Created
  • Published
  • Downloads 266
  • Score
    100M100P100Q73054F

unicons

Package Exports

  • @crossed/theme
  • @crossed/theme/lib/commonjs/index.js
  • @crossed/theme/lib/module/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@crossed/theme) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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