vue-loong-ui
v0.0.6
Published
An Vue3 UI Components Library.
Downloads
11
Maintainers
Readme
vue-loong-ui
_该组件库采用 [email protected]
+ [email protected]
+ [email protected]
+ [email protected]
实现! * 目前具有富文本编辑器组件,并且持续探索更新中...! *开箱即用!_
Install & Use
pnpm i vue-loong-ui
# or
npm install vue-loong-ui
# or
yarn add vue-loong-ui
Import and register component
Global
import { createApp } from 'vue'
import App from './App.vue'
import VueLoongUI from 'vue-loong-ui'
import 'vue-loong-ui/css'
const app = createApp(App)
app.use(VueLoongUI)
Local
<script setup lang="ts">
import { Editor } from 'vue-loong-ui'
import 'vue-loong-ui/css'
</script>
Components
| Component name | Descriptions | Component name | Descriptions | | :-- | :-- | :-- | :-- | | Editor | This is a rich text editor customized for secondary development based on Wangeditor. It has the functions of pasting Word images and text, uploading images and videos on the front-end, markdown input, uploading attachment, and mention functions. | Ellipsis | 文本省略 | | - | 持续更新... |