0.0.4 • Published 7 years ago

mn-form v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm version Dependency Status MIT Licence

mn-form

A form component to mn-inputs.

Install

npm install --save mn-form

And bundle dependencies and main files in dist/ with your preferred tool.

Usage

In your html, you can use the tag mn-form e.g.

<mn-form>
  <!-- inputs goes here -->
</mn-form>

Note, the class passed to mn-form will be transfer to a form element inside mn-form

The following attributes from forms are supported in this component