euv-ui 0.8.22

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
1
2
3
4
5
6
/// Router functionality for managing browser history, overlays, and navigation.
///
/// Provides methods for scroll-to-top behavior, hash change handling,
/// overlay history management, and drawer scroll positioning.
#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
pub struct Router;