A beautiful component library based on vue3
AI summary will be generated soon. Check back later for an in-depth analysis of this project.
No snapshots yet
Snapshots will be created automatically once this repository is processed.
ant-design
An enterprise-class UI design language and React UI library
vuetifyjs
🐉 Vue Component Framework
saadeghi
🌼 🌼 🌼 🌼 🌼 The most popular, free and open-source Tailwind CSS component library
chakra-ui
Chakra UI is a component system for building SaaS products with speed ⚡️
DavidHDev
An open source collection of animated, interactive & fully customizable React components for building memorable websites.
layui
一套遵循浏览器原生态开发模式的 Web UI 组件库。
A Component Library for Vue3. Doc address: https://lew.kamtao.com
npm install lew-ui
// main.ts import 'lew-ui/style'
<script setup lang="ts"> // page.vue import { LewButton } from 'lew-ui' </script> <template> <LewButton text="Submit" /> </template>