-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
@NinZine
Description
docs/examples/solid/src/ui/listview.tsx
Line 14 in fb9c1a4
<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
Labels
No labels