Crate yew_virtualized
source ·Expand description
A virtualized list component for Yew.
Structs
- A wrapper around a method generating individual items in the list.
- A virtualized list, rendering only items that are also shown on screen to the user.
- Internal message type for a
VirtualList
. - Properties for a
VirtualList
.
Enums
- The height of each items, usually given in pixels.