mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 10:23:38 +09:00
first
This commit is contained in:
20
documentation/elements/icons/icons-fa-documentation.md
Normal file
20
documentation/elements/icons/icons-fa-documentation.md
Normal file
@@ -0,0 +1,20 @@
|
||||
### Font Awesome 5
|
||||
|
||||
Vuero is bundled with the `Font Awesome 5` free version.
|
||||
Everyone likes Font Awesome icons and they are widely used
|
||||
accross a large variety of websites.
|
||||
Please refer to the code example for more details about usage.
|
||||
|
||||
**Usage:**
|
||||
`<VIcon name="fas icon-name" />`
|
||||
|
||||
<!--code-->
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<!--Font Awesome 5 usage -->
|
||||
<i class="fas fa-user" />
|
||||
</template>
|
||||
```
|
||||
|
||||
<!--/code-->
|
||||
Reference in New Issue
Block a user