mirror of https://github.com/apache/cloudstack.git
fa link and examples
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
38a8d1eea0
commit
8f431c2907
|
|
@ -47,6 +47,7 @@ Vue](https://github.com/sendya/ant-design-pro-vue).
|
|||
- [vue-cropper](https://github.com/xyxiao001/vue-cropper) - Picture edit
|
||||
- [@antv/g2](https://antv.alipay.com/zh-cn/index.html) - AntV G2
|
||||
- [Viser-vue](https://viserjs.github.io/docs.html#/viser/guide/installation) - Antv/G2 of Vue
|
||||
- [Fontawesome](https://github.com/FortAwesome/vue-fontawesome)
|
||||
|
||||
### Other
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
<template>
|
||||
<div style="margin-top: 16px">
|
||||
|
||||
<font-awesome-icon :icon="['far', 'bell']" />
|
||||
<font-awesome-icon :icon="['fas', 'dharmachakra']" size='2x' />
|
||||
<font-awesome-icon :icon="['fab', 'ubuntu']" />
|
||||
<font-awesome-icon :icon="['fab', 'ubuntu']" size="lg" />
|
||||
<font-awesome-icon :icon="['fab', 'ubuntu']" size="2x" />
|
||||
<font-awesome-icon :icon="['fab', 'centos']" size="4x" />
|
||||
<font-awesome-icon icon="coffee" />
|
||||
|
||||
|
||||
|
||||
<a-row>
|
||||
<a-col :span="16">
|
||||
<a-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue