Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dreamworld/dw-form

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dreamworld/dw-form - npm Package Compare versions

Comparing version 1.1.0-dw-composite-form.3 to 1.1.0-dw-composite-form.4

2

package.json
{
"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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc