一个用于 Vue3 的组件库。文档地址:https://lew.kamtao.com
英文 | 中文
npm install lew-ui
main.ts
// main.ts
import 'lew-ui/style'
<script setup lang="ts">
// page.vue
import { LewButton } from 'lew-ui'
</script>
<template>
<lew-button text="提交" />
</template>
Lew UI 使用了以下开源库:
- tippy.js: 用于创建工具提示和弹出框
- feather-icons: 提供简洁美观的图标集
- fancyapps: 用于创建图片画廊和轮播
- VueUse: Vue Composition API 实用工具集合
- Day.js: 轻量级日期处理库
- Yup: 对象模式验证库
我们感谢这些优秀的开源项目为 Lew UI 提供的支持。
Lew UI 是根据 MIT 许可证的开源软件。