Expand description
A virtualized list component for Yew.
Structs§
- Item
Generator - A wrapper around a method generating individual items in the list.
- Virtual
List - A virtualized list, rendering only items that are also shown on screen to the user.
- Virtual
List Msg - Internal message type for a
VirtualList
. - Virtual
List Props - Properties for a
VirtualList
.
Enums§
- Item
Size - The height of each items, usually given in pixels.