All Projects → sethsandaru → Vue Form Builder

sethsandaru / Vue Form Builder

Licence: mit
Super Form Builder built on top of Vue with Drag & Drop functionality, savable-form-schema and easy to maintain/upgrade your form.

Projects that are alternatives of or similar to Vue Form Builder

Ngx Dynamic Form Builder
FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular10+
Stars: ✭ 93 (-68.15%)
Mutual labels:  demo, form, form-builder
Framy Css
Very simple CSS Framework
Stars: ✭ 103 (-64.73%)
Mutual labels:  demo, form
Mobx React Form Demo
Demo of MobX React Form
Stars: ✭ 78 (-73.29%)
Mutual labels:  demo, form
react-jsonschema-formbuilder
No description or website provided.
Stars: ✭ 45 (-84.59%)
Mutual labels:  form, form-builder
Kformmaster
Generic form builder in Kotlin
Stars: ✭ 172 (-41.1%)
Mutual labels:  form, form-builder
Elm Form
Dynamic forms handling in Elm
Stars: ✭ 189 (-35.27%)
Mutual labels:  form, form-builder
Paperbits Demo
This repository shows an example how developers can use Paperbits to build web apps with rich content authoring capabilities.
Stars: ✭ 98 (-66.44%)
Mutual labels:  demo, form-builder
grav-plugin-form
Grav Form Plugin
Stars: ✭ 48 (-83.56%)
Mutual labels:  form, form-builder
image-uploader
Simple Drag & Drop image uploader plugin to static forms, without using AJAX
Stars: ✭ 70 (-76.03%)
Mutual labels:  drag-and-drop, form
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (-15.75%)
Mutual labels:  form, form-builder
Core
The Form Tools Core.
Stars: ✭ 156 (-46.58%)
Mutual labels:  form, form-builder
Laraform
Reactive Form Builder for Vue.js with Laravel Support
Stars: ✭ 259 (-11.3%)
Mutual labels:  form, form-builder
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (-56.51%)
Mutual labels:  form, form-builder
Angular Surveys
Angular survey / form builder inspired by Google Forms
Stars: ✭ 219 (-25%)
Mutual labels:  form, form-builder
Form For
ReactJS forms made easy
Stars: ✭ 118 (-59.59%)
Mutual labels:  form, form-builder
React Native Form Builder
Handle your forms in a smart way
Stars: ✭ 113 (-61.3%)
Mutual labels:  form, form-builder
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-73.29%)
Mutual labels:  form, form-builder
Formeditor
A form builder editor for Umbraco 7 - let your editors build forms easily with this free package.
Stars: ✭ 95 (-67.47%)
Mutual labels:  form, form-builder
antd-react-form-builder
Example
Stars: ✭ 74 (-74.66%)
Mutual labels:  form, form-builder
fform
Flexibile and extendable form builder with constructor
Stars: ✭ 26 (-91.1%)
Mutual labels:  form, form-builder

vue-form-builder

npm version GitHub license img HitCount img

A simple builder to help you generate a super form for your features/modules/sites,... Easy to use, create, upgrade, maintain,... Why need to code the form when you can use Vue-Form-Builder and render it with some extra steps :D

Advantages:

  • Less code in development (No need to do <form> <div> <input> .... </div> </form> this by your own)
  • Easy to maintain, update your Form in the future.
  • Setup your Form with a super friendly UI/UX.
  • Extensibility (Your custom control, styling,...)
  • Form Validation? I got you fam.
  • Included HTML5 structure, no tricks or cheats.

Give this repo a ⭐ (star) if you actually like this and might use it for your project :D! Thank you!

Feel free to open an issue if you reach any bugs or issues. Thanks.

Vue Form Builder Documentation

Demo

Supported Browsers

Chrome Firefox IE Opera Safari
Latest ✔ Latest ✔ 9+ ✔ Latest ✔ 6.1+ ✔

How to install?

NPM / Yarn

npm i v-form-builder --save

Browser

    <link rel="stylesheet" href="v-form-builder.min.css">

    <script src="vue.min.js"></script>
    <script src="v-form-builder.umd.min.js"></script>

CDN

jsDelivr

Latest version (@2.0.1)

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sethsandaru/vue-form-builder/dist/v-form-builder.min.css"> 
<script src="https://cdn.jsdelivr.net/gh/sethsandaru/vue-form-builder/dist/v-form-builder.umd.min.js"></script>

Installation Note

  • For the best experience, please install the latest version!
  • Version below @v2.0.0 has been deprecated. No maintain & fix bugs. Please use 2.0.0 or above.

Documentation

Main Documentation of Vue-Form-Builder

How to implement for a beginner?

Usage / Use-cases

Some of the use-cases I mentioned

APIs / Extending / Hard-core stuff

Visit Documentation

Dependencies

I carefully watch the dependencies of the Vue Form Builder, from the version 2.0.0 and above. Here is the list:

  • Vue JS (obviously) - But it won't be built together with the final library bundle
  • vuedraggable: From Sortable.JS which is very lightweight and much lighter than JQuery + JQuery UI
  • deep-equal: A simple method to check the Form Configuration
  • Datepicker - LitePicker (Super lightweight, ~5KB): https://wakirin.github.io/Litepicker/
  • DayJS - Parse/Formatting date (2KB): https://day.js.org/en/

See more at: package.json and look at the dependencies

My truly desire: Fewer dependencies as possible and try minimize the size as much as possible.

Release notes

2.0.1

  • Added CSS Classes that worked for Material Design (Thanks to @abhimanusharma)
  • Fixed bugs
  • Security updated

2.0.0

  • New structural, new behaviour, everything is new.
  • Less and less ugly code
  • Make the process/development/configuration more simple than previous version.
  • Less dependencies / JQuery totally removed

License

MIT License

Custom Form Builder

I'm always available for Custom Build based on your needs for the Vue Form Builder. You can contact me via:

Supporting the project

You can see the lovely Sponsor button on the top. If you want to contribute a little, send me a coffee is good enough.

Also, please show your love by giving this repository a ⭐ (star). That would lighten up my day.

Copyright © 2018 by Seth Phat aka Phat Tran!

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].