A Component Library for Vue3.js. Doc address: https://lew.kamtao.com
npm install lew-ui --save
引入 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>
计划新增:
- Table 简易表格
- Tag 新增标签功能收到
- InputNumber 数字输入框
- BackTop 回到顶部
- Notification 通知
- Rate 评分
- DatePicker 日期选择器
计划迭代:
- Select
- 多选功能
- 多级选择