Crate yew_virtualized

Source
Expand description

A virtualized list component for Yew.

Structs§

ItemGenerator
A wrapper around a method generating individual items in the list.
VirtualList
A virtualized list, rendering only items that are also shown on screen to the user.
VirtualListMsg
Internal message type for a VirtualList.
VirtualListProps
Properties for a VirtualList.

Enums§

ItemSize
The height of each items, usually given in pixels.