2.0.19 • Published 16 days ago

@simpleform/form v2.0.19

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

@simpleform/form

English | 中文说明

npm.io

The underlying form component, Binding of form values to display and update events is accomplished through callback functions.

Matters

  • The css style file needs to be introduced before it can be used, for example: import '@simpleform/form/lib/css/main.css';

Form.Item

The smallest unit of a component in a form, and nodes as an object can be nested within each other.

  • Binding: Bind values and events to the target control by means of callback functions.
  • Update: Setting the form value can be done through instance methods such as form.setFieldValue.
  • Validation Rules: You can provide form validation rules property rules to customize form validation rules.

install

npm install @simpleform/form --save
# or
yarn add @simpleform/form
2.0.19

16 days ago

2.0.18

16 days ago

2.0.17

1 month ago

2.0.16

1 month ago

2.0.15

1 month ago

2.0.14

1 month ago

2.0.13

1 month ago

2.0.12

1 month ago

2.0.11

1 month ago

2.0.10

1 month ago

2.0.9

2 months ago

2.0.8

2 months ago

2.0.7

2 months ago

2.0.6

2 months ago

2.0.5

2 months ago

2.0.4

2 months ago

2.0.3

2 months ago

2.0.2

2 months ago

2.0.1

2 months ago

2.0.0

2 months ago

1.0.12

4 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

5 months ago

1.0.2

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