@dreamworld/dw-form
Advanced tools
Comparing version 1.1.0-dw-composite-form.3 to 1.1.0-dw-composite-form.4
{ | ||
"name": "@dreamworld/dw-form", | ||
"version": "1.1.0-dw-composite-form.3", | ||
"version": "1.1.0-dw-composite-form.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dw-form.js", |
@@ -127,1 +127,32 @@ # dw-form | ||
``` | ||
# dw-composite-form-element | ||
- It's a custom form element. | ||
- Set all element in light dom. Also you can extend this element. | ||
- set name of all light/local dom element. | ||
- It's value is type of object. | ||
- key = name of the child element. | ||
- value = value of the child element. | ||
- It's call validate method of it's child element. | ||
- Fire `value-changed` event. | ||
## Installation | ||
```html | ||
npm install --save @dreamworld/dw-form | ||
``` | ||
## Usage | ||
```js | ||
@import '@dreamworld/dw-form/dw-composite-form-element' | ||
``` | ||
```html | ||
<dw-composite-form-element> | ||
<dw-input></dw-input> | ||
</dw-composite-form-element> | ||
``` | ||
## Properties | ||
- value(Object) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25516
158