egui_styled 0.7.0

Tailwind-style utility styling for egui: per-widget hover/focus/active variants, design tokens, and composable style functions.
Documentation
1
2
3
4
5
6
7
8
pub mod button;
pub mod checkbox;
pub mod combo_box;
pub mod image;
pub mod label;
pub mod slider;
pub mod text_edit;
pub mod text_effects;