Home

Awesome

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:

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.