earthsdk-icon
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

安装

yarn

yarn add earthsdk-icon --save

npm

npm i earthsdk-icon --save

使用

按需引入

组件当中

<script setup>
import {  Down,  Left,  Right, Up } from "earthsdk-icon";
export default defineComponent({
  components: {Down,  Left,  Right, Up}
});
</script>

<template>

 <Down/>
 <Left/>
 <Right/>
 <Up style="color:red"/>

</template>

Readme

Keywords

none

Package Sidebar

Install

npm i earthsdk-icon

Weekly Downloads

1

Version

0.0.10

License

none

Unpacked Size

91.8 kB

Total Files

45

Last publish

Collaborators

  • suplyang