Skip to content
forked from lewkamtao/lew-ui

A beautiful component library based on vue3

License

Notifications You must be signed in to change notification settings

wackyjazz/lew-ui

 
 

Repository files navigation

Lew UI

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

English | 中文

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>
  <lew-button text="Submit" />
</template>

Open Source Libraries

Lew UI uses the following open source libraries:

  • tippy.js: For creating tooltips and popovers
  • feather-icons: Provides a clean and beautiful icon set
  • fancyapps: For creating image galleries and carousels
  • VueUse: Collection of Vue Composition API utilities
  • Day.js: Lightweight library for date manipulation
  • Yup: Object schema validation library

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

No packages published

Languages

  • Vue 66.3%
  • TypeScript 30.8%
  • SCSS 2.8%
  • Other 0.1%