html-form-merge
v0.0.1
Published
Merge DOM elements for html-form
Readme
HTML-FORM-MERGE
This works with html-form and allows for the swap type merge which will
merge the return HTML into the target DOM elements. This is useful when dealing
with a page with a lot of interactivity.
Installation
npm i html-form-mergeUsage
import 'html-form-merge.js'OR
Copy the file public/html-form-merge.js into your code base.
<script src="html-form-merge.js"></script>