1.0.0 • Published 1 year ago

@development-framework/form v1.0.0

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

Form

Generate forms based on Blueprints

Usage

Add the package to your project with npm add @development-framework/form.

If you want to specify a config object in some UiRecipe-entity, the Blueprint is included in the npm package.

Copy it like so: cp -R node_modules/@development-framework/form/dist/blueprint ./myApplicationBlueprints/

Alternative is to just import it directly without copying: `dm pkg import node_modules/@development-framework/form/dist/blueprints/ DemoDataSource

Fields and widgets

The form is made up from fields and widgets:

your-UML-diagram-name

The attribute field selects correct fields for each attribute.

1.0.0

1 year ago