Skip to content

copyingMachine/antd-vue-dynamic-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antd-vue-dynamic-form

Dynamic form implementation based on ant-design-vue.
github
preview

Using npm or yarn

$ npm install antd-vue-dynamic-form -D
$ yarn add antd-vue-dynamic-form -D

Usage

In components

<AntdDesignForm />
...
import { AntdDesignForm } from 'antd-vue-dynamic-form' 


or globally

import AntdDesignForm  from 'antd-vue-dynamic-form' 
import 'antd-vue-dynamic-form/dist/style.css'


app.use(AntdDesignForm).mount('#app')

To test source code

$ yarn dev

Build by yourself

$ yarn build

announcements

  • If your ant-design-vue version < 4.x,you need to add import 'ant-design-vue/dist/antd.css'

About

Dynamic form implementation based on ant-design-vue

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published