ev_lib_classes 0.2.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
pub const CHART_CONTAINER: &str = "flex aspect-video justify-center text-xs [&_.recharts-layer]:outline-hidden \
                                   [&_.recharts-surface]:outline-hidden [&_svg]:outline-hidden";

pub const CHART_TOOLTIP: &str = "border-border/50 bg-background grid min-w-[8rem] items-start gap-1.5 rounded-lg \
                                 border px-2.5 py-1.5 text-xs shadow-xl";

pub const CHART_LEGEND: &str = "flex items-center justify-center gap-4";