Tabler Icons as Vue 3 Components free and open source icons designed to make your website or app attractive, visually consistent, and simply beautiful (1350+ perfect web design pixels).
tabler icons download, tabler icons css, how to use tabler icons, tabler icons npm, tabler icons github
Features
- Over 1250 pixel-perfect icons
- TypeScript definitions
- Vue 3 . support
- Vue 2 support (see version 1.x)
- All codes are compiled to JS, with no preprocessing required
How to make use of it:
Install and download:
# Yarn $ yarn add vue-tabler-icons # NPM $ npm i vue-tabler-icons --save
1. Import icons from Tabler and register them as components.
import { BoldIcon } from 'vue-tabler-icons'; export default { components: { BoldIcon }, };
2. Add the code to the application.
<template> <bold-icon /> </template>
3. You can also import and register table symbols globally as follows:
import Vue from 'vue'; import VueTablerIcons from 'vue-tabler-icons';
Vue.use(VueTablerIcons);
<template> <trash-icon /> </template>
Tabler Icons as Vue 3 components Plugin/Github
See Demo And Download
Official Website(alex-oleshkevich): Click Here
This superior jQuery/javascript plugin is developed by alex-oleshkevich. For extra advanced usage, please go to the official website.