euv-example 0.5.6

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 dynamic;
mod event;
mod file;
mod form;
mod keep_alive;
mod lifecycle;
mod list;
mod modal;
mod not_found;
mod observer;
mod select;
mod signals;
mod timer;

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