mmcat-ui

1.2.2 • Public • Published

mmcat-ui

该组件库采用 Vue@3.3.4 + TypeScript@5.2.2 + Vite@4.4.5 + Sass@1.66.1 实现!
所有组件样式 采用 BEM规范,参照 Element-Plus 官方样式架构!
开箱即用,常用基础 UI 组件,以及优化性能后的饿了么组件!

Document & Online preview

VUE MMCAT UI

Install & Use

pnpm i mmcat-ui
# or
npm install mmcat-ui
# or
yarn add mmcat-ui

Global

import { createApp } from "vue";
import App from "./App.vue";

import McElementPlus from "mmcat-ui";
import "mmcat-ui/dist/style.css";

const app = createApp(App);
app.use(McElementPlus);

Local

<script setup lang="ts">
import { McButton } from "mmcat-ui";
import "mmcat-ui/dist/style.css";
</script>

Project

  • Get the project code
git clone https://github.com/mcmcCat/mmcat-ui.git
  • Install dependencies
cd mmcat-ui

pnpm i
  • Run project
pnpm dev

Components

Component name Descriptions
Button 按钮
Icon 图标
Message 消息提示
Input 输入框

Lab Components

Component name Descriptions
Table 表格

Dependencies (0)

    Dev Dependencies (5)

    Package Sidebar

    Install

    npm i mmcat-ui

    Weekly Downloads

    0

    Version

    1.2.2

    License

    MIT

    Unpacked Size

    69.2 kB

    Total Files

    5

    Last publish

    Collaborators

    • tispo8