README
dom-add
Simple function which takes an object as a parameter, uses recursion and converts the object into markup. Second parameter(optional) is the parent element inside which the generated markup needs to be appended.
appending markup to the DOM using recursion
<script type="module">
import domAdd from 'https://cdn.skypack.dev/dom-add';
</script>
Simple function which takes an object as a parameter, uses recursion and converts the object into markup. Second parameter(optional) is the parent element inside which the generated markup needs to be appended.