UI Elements built using Savory
Elements in this crate are built using savory_core crate.
Features
- Theme: Elements are fully styled, either by
Themetype or by customStyler. - Reusability: Elements are highly reusable/composable,
Modifiertype can be used to add common styles to anyView/Element, styles and events can be replaced entirely, very useful when you want to make your own elements. - Decoupled Developemnt: Themes can be developed in seprate crate without
even touching elements code, and the same for elements developemnt, the
are developed sepratedly from the theme, thanks to
ThemeImpltrait this is possible.