1.0.10 • Published 4 months ago

@normalize/formdown v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Formdown

Markdown that creates forms.

Why?

Because creating form designers and saving crazy amounts of meta-data is time-consuming and full of security holes. Much like the reasons for Markdown, with Formdown you save simple secure strings that create simple forms at runtime. No mess, no fuss.

Getting Started

Run the install with NPM

npm i @normalize/formdown

Import Formdown

import formdown from '@normalize/formdown';

Parse your Formdown string.

const string = "
---First Name---
T___";

formdown.render(string);

Render will hand you back a HTML form string which you'll need to render on your page.

Check out https://formdown.net for help, examples, cheatsheets and advanced guides using Angular or React.

Screenshot

What's new

Check out our latest releases at https://www.formdown.net/releases

1.0.10

4 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.2

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago