Skip to content

ListView example for Solid.js does not render #178

Open
@NinZine

Description

@NinZine

<list-view items={items}></list-view>

This should probably be something like:

          <listview
            items={items}
          >
            <itemtemplate>
                <label text="{{ item.title }}" />
            </itemtemplate>
          </listview>

But compared to, for example Svelte version, how would you get item correctly with Solid?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions