tangy-form
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "tangy-form", | ||
"description": "A form element for lazy loaded multipage forms", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"main": "tangy-form.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -54,4 +54,2 @@ # \<tangy-form\> | ||
Note that if you are using this element inside of another Polymer Element, you'll need to add the `preserve-content` attribute to your `tangy-form-item`'s template tags because of this [this issue](https://github.com/Polymer/polymer/issues/2335). | ||
## Run the demo | ||
@@ -69,2 +67,2 @@ Requires node.js and npm installed. | ||
## Tests | ||
To run tests, use `polymer test` command or just `npm run test` to just run tests in Chrome. If you want to develop tests, open http://localhost:8080/test/tangy-form_test.html | ||
One of the best places to learn about what Tangy Form is capable of is to take a look at the tests in `test/tangy-form_test.html`. To run tests, use `polymer test` command or just `npm run test` to just run tests in Chrome. If you want to develop tests, open http://localhost:8080/test/tangy-form_test.html |
@@ -123,3 +123,2 @@ import { PolymerElement, html } from '@polymer/polymer/polymer-element.js'; | ||
<div id="content"></div> | ||
<slot></slot> | ||
</div> | ||
@@ -126,0 +125,0 @@ <div class="card-actions"> |
Sorry, the diff of this file is not supported yet
265035
40
5069
67