@iconpark-mini-app/taro-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

IconPark-Mini-App-Taro-Vue

An iconpark provider for taro.js with vue.js. When you are developing cross-platform mini programs based on Taro using Vue 3 and want to use the IconPark library, this project may be helpful. It allows you to use just like the official IconPark library when developing mini programs.



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.

Package Sidebar

Install

npm i @iconpark-mini-app/taro-vue

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.59 MB

Total Files

5333

Last publish

Collaborators

  • toki-qq