euv-example 0.5.7

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod badge;
mod button;
mod card;
mod form_input;
mod logo_button;
mod modal;
mod page_header;
mod vconsole;

pub(crate) use {
    badge::*, button::*, card::*, form_input::*, logo_button::*, modal::*, page_header::*,
    vconsole::*,
};