0.0.4 • Published 11 months ago

lew-ui-self v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

471656552467_.pic_i9uhs1_.jpeg

!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 --save

How 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