euv-example 0.3.12

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
mod animation;
mod r#async;
mod attrs;
mod binding;
mod browser;
mod conditional;
mod event;
mod file;
mod form;
mod keep_alive;
mod lifecycle;
mod list;
mod modal;
mod not_found;
mod select;
mod signals;
mod timer;

pub use {
    animation::*, r#async::*, attrs::*, binding::*, browser::*, conditional::*, event::*, file::*,
    form::*, keep_alive::*, lifecycle::*, list::*, modal::*, not_found::*, select::*, signals::*,
    timer::*,
};

pub(crate) use timer::use_interval;