UNPKG
bixi
Version:
latest (9.8.1)
9.8.1
9.6.0
0.0.1-pdf-test
企业级中后台前端解决方案
bixi.datagrand.com
bixi
/
packages
/
core
/
icons
/
demo
/
list.md
21 lines
(18 loc)
•
249 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title:
zh-CN:
图标
en-US:
Icon
pure:
true
order:
0
---
```ts
import
{
Component
}
from
'@angular/core'
;
@Component({
selector:
'bixi-icons-demo'
,
template:
`
<icons-box></icons-box>
`
})
export
class
BixiIconsComponent
{ }
```