The latest version update of layui has fully embraced Vue3, layui-vue is a set of Vue 3.0 desktop component library, providing 100% layui experience;

The current version of layui-vue is 1.4.9. Most of the commonly used components have been covered. The most surprising thing is that the animation and transition components are better. It should be better in the current Vue component library. Vue's Compared with React and Angular, animation has always been weaker. layui-vue is currently doing well, and the current ceiling in the Vue component library.
insert image description here

layui - Vue Chinese official website

layui - Vue Chinese official website
layui - vue official website interface

layui - vue Gitee Ruins

layui - vue Gitee Ruins
insert image description here

Function

Some things you can do with layui vue:

  • Write components using setup script
  • Up to 60 high-quality components
  • Provide Axure design resources
  • Support night mode
  • Support multiple themes
  • Support internationalization

The best layui pop-up window

Preferred functional pop-up layer solution
address: http://layer.layui-vue.com/zh-CN/demo
insert image description here

start using

Install using npm

npm i @layui/layui-vue

Before using it, you need to mount layui-vue to vue and introduce the index.css style

import App from './App.vue'
import {
    
     createApp } from 'vue'
import layui from '@layui/layui-vue'
import '@layui/layui-vue/lib/index.css'

createApp(App).use(layui).mount('#app')

This article is original, and it is not easy to be original. If you need to reprint, please contact the author for authorization.

Supongo que te gusta

Origin blog.csdn.net/qq_36034945/article/details/126742087
Recomendado
Clasificación