euv-ui 0.18.9

Reusable UI component library for the euv framework, providing buttons, cards, modals, inputs, and more.
Documentation
mod counter;
mod debounced_value;
mod error_boundary;
mod form;
mod i18n;
mod lazy;
mod previous;
mod profiler;
mod suspense;
mod throttled_value;
mod toggle;
mod transition;
mod use_async;

use {euv::*, euv_ui::*};

use std::{
    cell::Cell,
    collections::{HashMap, HashSet},
    f64::consts::PI,
    hint::black_box,
    panic::{AssertUnwindSafe, catch_unwind, panic_any},
    rc::Rc,
};