Dynamic replacement for both <ul> and <ol> elements. Creates <li> items in light DOM, uses ul or ol parent in its shadow dom based on kind of list. Allows user to set type of list. Drag and drop reordering of items. Allows developer to provide template for list items, using same interface as simpla-collection.
<simpla-list path="/list" as="item">
<template>
<simpla-text path="/list/[item]" inline></simpla-text>
</template>
</simpla-list>
Dynamic replacement for both
<ul>and<ol>elements. Creates<li>items in light DOM, usesulorolparent in its shadow dom based on kind of list. Allows user to set type of list. Drag and drop reordering of items. Allows developer to provide template for list items, using same interface assimpla-collection.