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/>