mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
docs update
This commit is contained in:
+1
-17
@@ -4,24 +4,9 @@ title: Tabler Icons for Vue
|
||||
|
||||

|
||||
|
||||
|
||||
## 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 />
|
||||
|
||||
Reference in New Issue
Block a user