Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuyunff2e/ccms-icon
ccms-components组件库使用的icon( 不再更新)
https://github.com/shuyunff2e/ccms-icon
Last synced: 11 days ago
JSON representation
ccms-components组件库使用的icon( 不再更新)
- Host: GitHub
- URL: https://github.com/shuyunff2e/ccms-icon
- Owner: ShuyunFF2E
- Created: 2019-12-18T09:02:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T03:11:32.000Z (about 5 years ago)
- Last Synced: 2025-01-15T22:33:47.243Z (11 days ago)
- Language: HTML
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ccms-icon
数据赢家使用的icon集合,包含 ccms-components组件库所使用的。安装
```bash
npm install ccms-icon --save
```使用
在工程中的主 scss 文件中引入 `_iconfont.scss`, 如下, 注意路径和引入顺序:
```
@import "../../node_modules/ccms-icons/iconfont";
```