Skip to content

simpla-list #9

Description

@madeleineostoja

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions