TMaize / Lew-UI

A beautiful component library based on vue3

Home Page:https://lew.kamtao.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

471656552467_.pic_i9uhs1_.jpeg

Lew-UI

A Component Library for Vue3.js. Doc address: https://lew.kamtao.com

Install

npm install lew-ui --save

How to use

引入 css

// main.ts
import 'lew-ui/dist/style.css';

页面

<script setup lang="ts">
import { LewButton } from 'lew-ui';
</script>

<template>
    <lew-button> 发送 </lew-button>
</template>

TodoList

计划新增:

  • Table 简易表格
  • Tag 新增标签功能收到
  • InputNumber 数字输入框
  • BackTop 回到顶部
  • Notification 通知
  • Rate 评分
  • DatePicker 日期选择器

计划迭代:

  • Select
    • 多选功能
    • 多级选择

Thanks

About

A beautiful component library based on vue3

https://lew.kamtao.com


Languages

Language:Vue 80.7%Language:TypeScript 12.5%Language:SCSS 6.1%Language:JavaScript 0.5%Language:HTML 0.2%