snora-widgets 0.19.0

Optional prefab iced widgets for the Snora GUI framework — header, footer, sidebar, menu, icon.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Style function modules for the Snora Design iced bridge.

/// Color conversion between `snora_design::Color` and `iced::Color`.
pub mod color;

/// Semantic button style functions.
pub mod button;

/// Card and container style functions.
pub mod container;

/// Text style helpers.
pub mod text;