Open
Description
docs/examples/solid/src/ui/listview.tsx
Line 14 in fb9c1a4
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
Labels
No labels