0.0.5 • Published 1 year ago

@larrypaul93/formeo-extra v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Formeo Extra

extending Formeo library

Installation

npm install --save formeo @larrypaul93/formeo-extra

Usage

import { FormeoEditor, FormeoRenderer } from 'formeo'
import {FormeoEditorExtra} from "@larrypaul93/formeo-extra"

// Set up a form builder
const editor = new FormeoEditor(options)
FormeoEditorExtra.setup(editor)
// When you're ready, grab the form data object
// Typically you'd do this in the "onSave" event, which you can configure through the editor's options object
const formData = editor.formData

// Then, when you're ready to render the form, use
const renderer = new FormeoRenderer(options)
renderer.render(formData)
0.0.5

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

1.0.0

2 years ago