1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 23:32:25 +04:00

docs update

This commit is contained in:
codecalm
2023-03-08 21:14:17 +01:00
parent f61f8dac30
commit 24a7a8c908
16 changed files with 278 additions and 190 deletions
+1 -17
View File
@@ -4,24 +4,9 @@ title: Tabler Icons for Vue
![](https://raw.githubusercontent.com/tabler/tabler-icons/master/.github/packages/og-package-vue.png)
## Installation
```
yarn add @tabler/icons-vue
```
or
```
npm install @tabler/icons-vue
```
or
```
pnpm install @tabler/icons-vue
```
<TabsPackage name="@tabler/icons-vue" />
or just [download from Github](https://github.com/tabler/tabler-icons/releases).
@@ -29,7 +14,6 @@ or just [download from Github](https://github.com/tabler/tabler-icons/releases).
All icons are Vue components that contain SVG elements. So any icon can be imported and used as a component. It also helps to use threeshaking, so you only import the icons you use.
```vue
<template>
<IconHome />