0.1.9 • Published 2 years ago

uai-ui v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

uai-ui 库

基于Vue3.2+Ts

更新日志

  • 0.0.8 打通全链路 vite build css 插入 js
  • 0.0.11 新增loading状态 display状态 icon图标库
  • 0.1.0 button按钮暂时封装完毕,后续修改配色
  • 0.1.2 icon库改为本地配置,不再同步云端,修改readme
  • 0.1.4 构建radio组件库
  • 0.1.6 构建artical组件库
  • 0.1.8 构建progress组件库
  • 0.1.9 构建loading组件库

button Api

    <div>
      <uai-button>测试</uai-button>
      <uai-button type="success">测试</uai-button>
      <uai-button type="error">测试</uai-button>
    </div>
    <div>
      <uai-button full>测试</uai-button>
      <uai-button full type="success">测试</uai-button>
      <uai-button full type="error">测试</uai-button>
    </div>
    <div>
      <uai-button round>测试</uai-button>
      <uai-button type="success" round>测试</uai-button>
      <uai-button type="error" round>测试</uai-button>
    </div>
    <div>
      <uai-button disable>测试</uai-button>
      <uai-button type="success" disable>测试</uai-button>
      <uai-button type="error" disable>测试</uai-button>
    </div>
    <div>
      <uai-button loading>测试</uai-button>
      <uai-button type="success" loading>测试</uai-button>
      <uai-button type="error" loading>测试</uai-button>
    </div>
    <div>
      <uai-button icon="search">搜索</uai-button>
      <uai-button type="success"  icon="info">信息</uai-button>
      <uai-button type="error"  icon="setting">设置</uai-button>
      <uai-button full icon="download">下载</uai-button>
      <uai-button icon="upload">上传</uai-button>
      <uai-button full icon="like">喜爱</uai-button>
      <uai-button icon="lock">上锁</uai-button>
      <uai-button full icon="unlock">解锁</uai-button>
    </div>

vwU9VP.png

button icon Map

loading | search | info | setting | app | camera | check | code | computer | copy | delete | display | down | download | edit | enclosure | file | folder | home | left | like | lock | mail | menu | message | more | my | person | phone | right | rotate | roundCheck | toDown | toLeft | toRight | top | unfold | unlock | upload

radio Api

  <div>
    <uai-radio :options="options" v-model="number"></uai-radio>
  </div>
  <div>
    <uai-radio :options="options" v-model="number" filedLable="label" filedValue="value" disable inline></uai-radio>
  </div>

vrwixf.png

artical Api

  <uai-artical 
    v-model="list" 
    isSearch 
    width="400px" 
    :searchValue="text" 
    searchColor="red" 
    backgroundColor="#f4f4f4">
  </uai-artical>

vrwCGt.png

progress Api

<div>
  <uai-progress value="8"></uai-progress>
  <uai-progress value="80" lineColor="gold" valueColor="green" backgroundColor="black" roadColor="pink" planeColor="#fff"></uai-progress>
  <uai-progress value="40" :stepList="stepList" @clickStep="clickStep"></uai-progress>
</div>

vrdqxK.png

loading Api

<uai-loading size="200px"></uai-loading>
<uai-loading size="200px" type="ball" :ballColor="['lightskyblue','lightgreen','gold']"></uai-loading>
<uai-loading size="200px" type="textLoading" loadingText="加载中···" :textColor="['lightskyblue','lightgreen','gold','red']"><uai-loading>
<uai-loading size="100px" type="diamond" :diamondColor="['#f15a5a','#f0c419','#4eba6f','#2d95bf','#955ba5']"></uai-loading>
<uai-loading size="200px" type="hourglass"></uai-loading>
<uai-loading type="switch" :switchNum="20"></uai-loading>

v61MCT.png

作者 刘佳季 uai君

不忘初心 · 方得始终

Show your support

Give a ⭐️ if this project helped you!

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago