mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 07:03:41 +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-->
|
||||
19
documentation/elements/icons/icons-iconify-documentation.md
Normal file
19
documentation/elements/icons/icons-iconify-documentation.md
Normal file
@@ -0,0 +1,19 @@
|
||||
### Iconify
|
||||
|
||||
Vuero is bundled with the `Iconify` icon svg library and mostly use
|
||||
lucide icon set. You can use **over 40,000 icons** from popular fonts
|
||||
and emoji sets. You can browse all the available [icons here](https://icones.js.org/).
|
||||
Please refer to the code example for more details about usage.
|
||||
|
||||
**Usage:**
|
||||
`<VIcon name="provider-name:icon-name" />`
|
||||
<!--code-->
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<!--Feather icon usage -->
|
||||
<VIcon icon="lucide:activity" />
|
||||
</template>
|
||||
```
|
||||
|
||||
<!--/code-->
|
||||
@@ -0,0 +1,19 @@
|
||||
### Line Icons
|
||||
|
||||
Vuero is bundled with the `Line Icons` premium icon set.
|
||||
This set offers 1000 high quality premium handcrafted icons.
|
||||
Please refer to the code example for more details about usage.
|
||||
|
||||
**Usage:**
|
||||
`<VIcon name="lnil icon-name" />`
|
||||
|
||||
<!--code-->
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<!--Line Icons usage -->
|
||||
<i class="lnil lnil-air-flow" />
|
||||
</template>
|
||||
```
|
||||
|
||||
<!--/code-->
|
||||
@@ -0,0 +1,18 @@
|
||||
### Line Icons
|
||||
|
||||
Vuero is bundled with the `Line Icons` premium icon set.
|
||||
This set offers 1000 high quality premium handcrafted icons.
|
||||
Please refer to the code example for more details about usage.
|
||||
|
||||
**Usage:**
|
||||
`<VIcon name="lnir icon-name" />`
|
||||
<!--code-->
|
||||
|
||||
```vue
|
||||
<template>
|
||||
<!--Line Icons usage -->
|
||||
<i class="lnir lnir-air-flow" />
|
||||
</template>
|
||||
```
|
||||
|
||||
<!--/code-->
|
||||
Reference in New Issue
Block a user