Mellowz / Lew-UI

A beautiful component library based on vue3

Home Page:https://lew.kamtao.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

471656552467_.pic_i9uhs1_.jpeg

Lew-UI

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

Install

npm install lew-ui --save

How to use

引入 css

// main.ts
import 'lew-ui/dist/style.css';

页面

<script setup lang="ts">
import { LewButton } from 'lew-ui';
</script>

<template>
    <lew-button> 发送 </lew-button>
</template>

Todo List

  • Step 步骤
  • Upload 上传
  • Date Picker 日期选择器
  • Card 卡片
  • Collapse 评论
  • Progress 进度条
  • Loading 加载

Thanks

About

A beautiful component library based on vue3

https://lew.kamtao.com


Languages

Language:Vue 83.5%Language:TypeScript 11.5%Language:SCSS 4.5%Language:JavaScript 0.4%Language:HTML 0.1%