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
6
/// Input functionality for handling form input events.
///
/// Provides methods for creating toggle handlers, input value handlers,
/// and focus/blur event handlers.
#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
pub struct UseEuvInput;