1.1.1 • Published 9 months ago
@geniusmanyxh/fit-ui v1.1.1
FitUI
基于 Vue3 + Vite + UnoCSS 的UI组件库
默认文档网站: http://fitui.itbooks.work
github Pages 文档网站:https://geniusmanyxh.github.io/FitUI
使用npm安装
在现有Vue3项目中使用 FitUI 时,可以通过 npm 进行安装:
# 使用npm安装
npm i @geniusmanyxh/fit-ui当然你也可以使用yarn 或者 pnpm 进行安装
# 使用yarn安装
yarn add @geniusmanyxh/fit-ui
# 使用npm安装
pnpm add @geniusmanyxh/fit-ui引入组件
import { createApp } from 'vue';
// 1. 引入你需要的组件
import { FButton } from '@geniusmanyxh/fit-ui';
// 2. 引入组件样式
import '@geniusmanyxh/fit-ui/dist/es/css/style.css';
const app = createApp();
// 3. 注册你需要的组件
app.use(FButton);<script setup>
<template>
<div>
<FButton type="success" icon="apple" size="large" plain>Primary</FButton>
</div>
</template>
<script setup lang="ts">
import {FButton,FIcon} from '@geniusmanyxh/fit-ui'
</script>1.1.1
9 months ago
1.0.19
9 months ago
1.0.2
9 months ago
1.1.0
9 months ago
1.0.18
9 months ago
1.0.1
9 months ago
1.0.17
9 months ago
1.0.0
9 months ago
1.0.16
9 months ago
1.0.9
9 months ago
1.0.8
9 months ago
1.0.7
9 months ago
1.0.6
9 months ago
1.0.5
9 months ago
1.0.4
9 months ago
1.0.3
9 months ago
1.0.22
9 months ago
1.0.21
9 months ago
1.0.20
9 months ago
1.0.23
9 months ago
0.0.10
9 months ago
0.0.11
9 months ago
1.0.11
9 months ago
1.0.10
9 months ago
1.0.15
9 months ago
1.0.14
9 months ago
1.0.13
9 months ago
1.0.12
9 months ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago