fa link and examples

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-07-06 02:14:41 +05:30
parent 38a8d1eea0
commit 8f431c2907
2 changed files with 12 additions and 0 deletions

View File

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

View File

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