lew-ui-self
v0.0.4
Published
A Component Library for Vue3.js.
Downloads
25
Readme

!Important
- This project just copy lewui.
- Just change something about lint and detail.
Lew-UI
A Component Library for Vue3.js. Lew-ui Doc address: https://lew.kamtao.com
My Doc ?
Scorry, No. I copy it just for me. if you want to use it. please go to lewui. Or you can use this. But it will change anytime.
Install
npm install lew-ui-self --saveHow to use
引入 css
// main.ts
import 'lew-ui/dist/style.css'页面
<script setup lang="ts">
import { LewButton } from 'lew-ui'
</script>
<template>
<LewButton text="发送" />
</template>Thanks
- https://github.com/lewkamtao/lew-ui.git
- https://github.com/atomiks/tippyjs
- https://fengyuanchen.github.io/vue-feather/
