1.0.2 • Published 1 year ago

w8icon-vue v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

w8icon

NPM Version CDN Js Version

using w8icon

The svg icons presented to you with w8icon are designed on a 24x24 grid. You can customize size, color, stroke-width values ​​on svg icons.

cdn

<script src="https://cdn.jsdelivr.net/gh/w8icon/dist@v2.0.4/all.min.js"></script>

w8icon vue setup

npm

npm i w8icon-vue

Add the w8icon package in the component you want to use after installation.

import w8icon from 'w8icon-vue'

ready to use

<w8icon name="#" />

You can call the icon you want to get by sending the value of the name props of the w8icon component.

The w8icon component can take the following values, except for the name props value.

Parameters

NameValueDefault Value
nameicon name you can visit https://www.w8icon.com/ to view all iconsempty
colorrepresents the main color of the icon, fill color in fill icons, stroke value effects in line iconscurrentColor
secondColorrepresents the second color in dual color iconscurrentColor
sizeIt affects the height and width of the icon.100px
strokeWidthIcons with a stroke value affect the frame thickness. It can be used in line, dash, duo icons.1
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago