6.3.2 • Published 4 years ago

@paraboly/pwc-dynamic-form v6.3.2

Weekly downloads
54
License
MIT
Repository
github
Last release
4 years ago

Built With Stencil

WebComponent PWC README Boilerplate

Generate HTML forms from JSON configuration.

npm version npm Platform - Platform Free Web License: MIT

Live JsFiddle Example

Installation

Script tag

  • Put two script tags similar to this in the head of your index.html:
<script type="module" src="https://unpkg.com/@paraboly/pwc-dynamic-form@latest/dist/pwc-dynamic-form/pwc-dynamic-form.esm.js"></script>
<script nomodule src="https://unpkg.com/@paraboly/pwc-dynamic-form@latest/dist/pwc-dynamic-form/pwc-dynamic-form.js"></script>
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @paraboly/pwc-dynamic-form --save
  • Put a script tag similar to this <script src='node_modules/@paraboly/pwc-dynamic-form/dist/pwc-dynamic-form.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In a stencil-starter app

  • Run npm install @paraboly/pwc-dynamic-form --save
  • Add an import to the npm packages import @paraboly/pwc-dynamic-form;
  • Then you can use the element anywhere in your template, JSX, html etc

Usage

See documentation for advanced usage.

Future Plans

  • Documentation
  • LICENSE
  • Form Validation
  • Support for pwc-color-picker

Authors

starikcetin, tarik.cetin@paraboly.com | cetinsamedtarik@gmail.com

License

pwc-dynamic-form is available under the MIT license. See the LICENSE file for more information

6.3.2

4 years ago

6.3.1

4 years ago

6.3.0

4 years ago

6.2.0

4 years ago

6.1.1

4 years ago

6.1.0

4 years ago

6.0.0

4 years ago

5.0.1

4 years ago

5.0.0

4 years ago

5.0.0-0

4 years ago

4.0.0

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.1-1

4 years ago

3.0.0-0

4 years ago

2.0.1-0

4 years ago

1.0.0

4 years ago

2.0.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago