From 36aacbf044b582a3a64ede4299f461d22999de45 Mon Sep 17 00:00:00 2001 From: "alex.oleshkevich" Date: Mon, 19 Apr 2021 11:12:40 +0300 Subject: Add reference to the Vue components library. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 84ceab2b..e37383f0 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,30 @@ const MyComponent = () => { `@tabler/icons` exports it's own type declarations for usage with React and Typescript. +### Vue + +Vue components available through [`vue-tabler-icons`](https://www.npmjs.com/package/vue-tabler-icons) package. +Install the package, import the icon component and render it in your component. You can adjust SVG properties by passing regular HTML attributes: + +```html + + + +``` + +`vue-tabler-icons` exports it's own type declarations for usage with Typescript. + +For more usage documentation refer to [the official documentation](https://github.com/alex-oleshkevich/vue-tabler-icons). + ### CDN All files included in `@tabler/icons` npm package are available over a CDN. -- cgit v1.2.1