Skip to content

Draggable/formeo

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4b4733 · Apr 11, 2019
Mar 22, 2019
Mar 22, 2019
Apr 11, 2019
Oct 22, 2016
Sep 20, 2018
Mar 22, 2019
Mar 22, 2019
Apr 11, 2019
Apr 11, 2019
Feb 28, 2019
Jun 1, 2016
Mar 22, 2019
Jul 26, 2016
Oct 30, 2018
Apr 11, 2019
Mar 22, 2019

Repository files navigation

Formeo

A zero dependency JavaScript module for drag and drop form creation.

formeo-demo

Features

  • Drag & drop editing
  • Extensible builder with plethora of options
  • Column/inline fields
  • Custom fields
  • Preview mode
  • i18n support

Usage

To start building forms with this module include formeo.min.js and formeo.min.css in your project and call:

import { FormeoEditor } from 'formeo'

const editor = new FormeoEditor()