JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24771F
  • License MIT

一个用于web的图标库

Package Exports

  • toyaricon
  • toyaricon/dist/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 (toyaricon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

toyarIcon

文档地址 https://an-lijun.github.io/toyarIcon/index.html

使用

npm i toyaricon 类名使用

  import 'toyaricon/dist/tyi.scss'

  <i class="tyi tyi-icon-name"></i>
  如:
  <i class="tyi tyi-24-hours-fill"></i>

vue组件使用

import {Tyi24HoursFill} from 'toyaricon'
<Tyi24HoursFill/>