Skip to content

jiazengp/Lew-UI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,369 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lew UI

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

Install

npm install lew-ui

How to use

// main.ts
import 'lew-ui/style'
<script setup lang="ts">
// page.vue
import { LewButton } from 'lew-ui'
</script>

<template>
  <LewButton text="Submit" />
</template>

Open Source Libraries

Lew UI uses the following open source libraries:

  • Tippy.js: For creating tooltips and popovers
  • Lucide: Provides a clean and beautiful icon set
  • VueUse: Collection of Vue Composition API utilities
  • Day.js: Lightweight library for date manipulation
  • Yup: Object schema validation library
  • vue-virt-list: Virtual list

We are grateful for the support these excellent open source projects provide to Lew UI.

License

Lew UI is open source software licensed as MIT.

About

A beautiful component library based on vue3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 60.7%
  • TypeScript 30.5%
  • SCSS 6.6%
  • JavaScript 2.1%
  • HTML 0.1%