lewkamtao / lew-ui

A beautiful component library based on vue3

Home Page:https://app.tngeek.com/web/lew_ui

Repository from Github https://github.comlewkamtao/lew-uiRepository from Github https://github.comlewkamtao/lew-ui

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
  • 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

https://app.tngeek.com/web/lew_ui

License:MIT License


Languages

Language:Vue 49.2%Language:TypeScript 48.9%Language:SCSS 1.8%Language:HTML 0.0%Language:JavaScript 0.0%