lzn-loading
v1.0.2
Published
loading component
Maintainers
Keywords
Readme
lzn-loading
基于Vue3 + Vite 开发的loading组件库
组件说明
LznLoading (组件名)
Props:
| props | 注释 | 类型 | 默认值 | |----------|------------|----------|----------| | size | 大小 | Number | 18 | | color | 颜色 | String | #1677ff | | txt | 文字提示 | String | |
安装使用
npm install lzn-loadingmain.js
import 'lzn-loading/lzn-loading.css'在.vue文件中导入
<script>
import { LznLoading } from 'lzn-loading'
</script>
<template>
<div>
<LznLoading color="#1677ff" :size="18" txt="加载中..."/>
</div>
</template>NPM地址
NPM: https://www.npmjs.com/package/lzn-loading
License
MIT
