@iconpark-mini-app/taro-vue
v1.0.1
Published
An iconpark provider for taro.js with vue.js .
Downloads
1
Maintainers
Readme
IconPark-Mini-App-Taro-Vue
English | 简体中文
Github: https://github.com/Toki-QQ/IconPark-Mini-App
Issues: https://github.com/Toki-QQ/IconPark-Mini-App/issues
Base on
IconPark (ByteDance)
Github: https://github.com/bytedance/iconpark
npm: https://www.npmjs.com/package/@icon-park/svg
svg64 (scriptex)
Github: https://github.com/scriptex/svg64
npm: https://www.npmjs.com/package/svg64
Usage
Install
npm install --save @iconpark-mini-app/taro-vue
# or
pnpm add @iconpark-mini-app/taro-vue
Single Icon Example
<script setup>
import Like from "@iconpark-mini-app/taro-vue/lib/icons/Like";
</script>
<template>
<Like size="48" :fill="['#E53935', '#EF9A9A', '#FFFFFF', '#FFFFFF']" theme="multi-color" />
</template>
Full Icons Provider Example
<script setup>
import { IconPark } from "@iconpark-mini-app/taro-vue/lib/all";
</script>
<template>
<IconPark type="github" size="32" fill="#BDBDBD" :stroke-width="2" />
</template>
Thanks
Bytedance Inc.
https://github.com/bytedance
IconPark Developer
scriptex
https://github.com/scriptex
svg64 Developer
Turbo Snail
https://github.com/turbosnailcn
A team of software development
lankerened
https://github.com/lankerened
My friend who taught a lot
Finally
Thank you for using, and wish you have a good experience.