All Projects → leezng → Element Patch

leezng / Element Patch

Licence: mit
An extension package based on vue and element-ui. 一个基于 vue 与 element-ui 的扩展包,提供数据驱动的表单渲染,菜单渲染,表格拖拽,权限控制等功能

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Element Patch

Element Ui Verify
如果你受够了饿了么ElementUI原生的校验方式,那就来试试它吧!一款更懂你的校验插件
Stars: ✭ 466 (+149.2%)
Mutual labels:  element, element-ui
Vue Admin Beautiful
🚀🚀🚀vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus主线版本基于element-plus、element-ui、ant-design-vue三者并行开发维护,同时支持电脑,手机,平板,切换分支查看不同的vue版本,element-plus版本已发布(vue3,vue3.0,vue,vue3.x,vue.js)
Stars: ✭ 10,968 (+5765.24%)
Mutual labels:  element, element-ui
Ruoyi Vue
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 596 (+218.72%)
Mutual labels:  element, element-ui
Element Queries Spec
A spec for a Container-Style Element Query Syntax
Stars: ✭ 375 (+100.53%)
Mutual labels:  component, element
Ruoyi Vue Fast
(RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 107 (-42.78%)
Mutual labels:  element, element-ui
D2 Admin Pm
基于 d2-admin的RBAC权限管理解决方案
Stars: ✭ 409 (+118.72%)
Mutual labels:  element, element-ui
Region Picker
A region picker based on Vue and ElementUI.
Stars: ✭ 59 (-68.45%)
Mutual labels:  component, element-ui
element-table
An extended table to integration with bootstrap-table and element-ui.
Stars: ✭ 18 (-90.37%)
Mutual labels:  element, element-ui
F Render
f-render | 基于 ElementUI 的表单设计器
Stars: ✭ 1,387 (+641.71%)
Mutual labels:  renderer, element-ui
React Video Renderer
Build custom video players effortless
Stars: ✭ 100 (-46.52%)
Mutual labels:  renderer, component
Doclever
做最好的接口管理平台
Stars: ✭ 2,849 (+1423.53%)
Mutual labels:  element, element-ui
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+5788.77%)
Mutual labels:  element, element-ui
vue3-admin
🔥 🎉 Vue 3.0 + Vite 2.0 + Vue-Router 4.0 + Element-Plus + Echarts 5.0 + Axios 开发的后台管理系统
Stars: ✭ 1,471 (+686.63%)
Mutual labels:  element, element-ui
Vue Cms
基于 Vue 和 ElementUI 构建的一个企业级后台管理系统
Stars: ✭ 415 (+121.93%)
Mutual labels:  element, element-ui
blog3.0
博客V3.0 目前使用的技术(Nuxtjs + Nestjs + Vue + Element ui + vuetify),存储(MongoDB + Redis + COS)
Stars: ✭ 37 (-80.21%)
Mutual labels:  element, element-ui
Vue Ele Form
基于element-ui的数据驱动表单组件
Stars: ✭ 701 (+274.87%)
Mutual labels:  element, element-ui
vue-element-admin-ts
vue-element-admin 的 typescript 版本
Stars: ✭ 101 (-45.99%)
Mutual labels:  element, element-ui
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-86.1%)
Mutual labels:  element, element-ui
Made With Love
🚀 An experimental project which demonstrates an Angular Package which contains Angular Elements and Schematics
Stars: ✭ 67 (-64.17%)
Mutual labels:  component, element
Vue Todos
vue最新实战项目教程,从零开始,一步一个脚印,循序渐进。跟着我一起学习vue吧!
Stars: ✭ 1,659 (+787.17%)
Mutual labels:  element, element-ui

element-patch

An element-ui based extension package. We extend some components, such as Table, Menu, Form, etc., to enrich their features and functions, such as dynamically rendered forms and menus, draggable tables, and more. At the same time, we have added some common components and scenarios, such as tree selectors, to provide a fast solution.

From el-form-renderer to element-patch, el-form-renderer has become a historically independent branch that will no longer be maintained separately. You can click here to see how to migration from el-form-renderer.

Links

Quick start

// Step1: Install
// Make sure you have properly installed element-ui and used it correctly.
yarn add element-patch

// Step2
import ElementPatch from 'element-patch'
import 'element-patch/index.css'

Vue.use(ElementPatch)

Features

  • Dynamically rendered Form
  • Dynamically rendered Menus
  • Draggable Table
  • Table supporting pagination
  • Menu that supports permission control
  • Tree selector
  • Tag selector ...
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].