Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 996 Bytes

README.zh-CN.md

File metadata and controls

48 lines (33 loc) · 996 Bytes

Lew UI

一个用于 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 许可证的开源软件。