3.0.16 • Published 16 days ago

@simpleform/render v3.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
16 days ago

@simpleform/render

English | 中文说明

npm.io

A lightweight dynamic forms engine that makes it easy to dynamically render forms.

Introduction

  • Component registration (components property): We need to register form controls and non-form components before using them, in case of form controls we need to support value and onChange props inside the control.
  • Component Description (widgetList property): We use a list to describe the UI structure, each item in the list represents a component node. Node nesting is supported.
  • Component Rendering: Form component handles form values, FormChildren component handles form rendering, a Form component can support multiple FormChildren components for internal rendering.
  • Component linkage: All form properties can support string expressions to describe linkage conditions (except widgetList property).

install

npm install @simpleform/render --save
# 或者
yarn add @simpleform/render
3.0.16

16 days ago

3.0.15

16 days ago

3.0.14

1 month ago

3.0.12

1 month ago

3.0.13

1 month ago

3.0.11

1 month ago

3.0.10

1 month ago

3.0.9

1 month ago

3.0.8

1 month ago

3.0.7

1 month ago

3.0.6

1 month ago

3.0.5

1 month ago

3.0.4

1 month ago

3.0.3

1 month ago

3.0.2

1 month ago

3.0.1

1 month ago

3.0.0

2 months ago

2.0.8

2 months ago

2.0.7

2 months ago

2.0.5

2 months ago

2.0.4

2 months ago

2.0.6

2 months ago

2.0.3

2 months ago

2.0.2

2 months ago

1.0.14

2 months ago

2.0.1

2 months ago

2.0.0

2 months ago

1.0.13

4 months ago

1.0.12

4 months ago

1.0.11

4 months ago

1.0.9

4 months ago

1.0.10

4 months ago

1.0.8

5 months ago

1.0.2

5 months ago

1.0.7

5 months ago

1.0.6

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