euv-ui 0.10.0

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
1
2
3
4
5
/// The HTML id for the virtual list scroll container element.
pub(crate) const VIRTUAL_LIST_CONTAINER_ID: &str = "virtual-list-container";

/// The default number of visible items to render when viewport height is not yet available.
pub(crate) const VIRTUAL_LIST_DEFAULT_VISIBLE_COUNT: usize = 20;