ev_lib_classes 0.7.0

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
8
9
10
11
pub const BREADCRUMB_LIST: &str = "text-ink-soft flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5";

pub const BREADCRUMB_ITEM: &str = "inline-flex items-center gap-1.5";

pub const BREADCRUMB_LINK: &str = "hover:text-ink transition-colors";

pub const BREADCRUMB_PAGE: &str = "text-ink font-normal";

pub const BREADCRUMB_SEPARATOR: &str = "[&>svg]:size-3.5";

pub const BREADCRUMB_ELLIPSIS: &str = "flex size-9 items-center justify-center";