1.0.1 • Published 3 years ago

@iconpark-mini-app/taro-vue v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.
1.0.1

3 years ago

1.0.0

3 years ago