ev_lib_classes 0.1.3

Pure styling data (Tailwind class tables) shared by the Dioxus uikit and the TS codegen — no Dioxus.
Documentation
1
2
3
4
5
6
7
pub const FORM_ITEM: &str = "grid gap-2";

pub const FORM_LABEL: &str = "text-destructive";

pub const FORM_DESCRIPTION: &str = "text-muted-foreground text-sm";

pub const FORM_MESSAGE: &str = "text-destructive text-sm";