1.0.3 • Published 2 years ago

@7polo/vue3-icon v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

vue3-icon

  • icon-font
  • svg

install

npm i @7polo/vue3-icon

use

import Icon, { config } from '@7polo/vue3-icon/lib/icon';

export function setupIconComponents(app: App) {
    config({
        iconfontUrls: [
            'iconfont-url',
        ],
        svgIcons: [],
    });
    app.component('Icon', Icon);
}
<icon icon="down" class="icon text-15px p-2px mr-5px" />
1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

3 years ago