Crate iced_style

Source
Expand description

The styling library of Iced.

It contains a set of styles and stylesheets for most of the built-in widgets.

The foundations of the Iced ecosystem

Re-exports§

pub use theme::Theme;
pub use iced_core as core;

Modules§

application
Change the appearance of an application.
button
Change the apperance of a button.
checkbox
Change the appearance of a checkbox.
container
Change the appearance of a container.
menu
Change the appearance of menus.
pane_grid
Change the appearance of a pane grid.
pick_list
Change the appearance of a pick list.
progress_bar
Change the appearance of a progress bar.
qr_code
Change the appearance of a QR code.
radio
Change the appearance of radio buttons.
rule
Change the appearance of a rule.
scrollable
Change the appearance of a scrollable.
slider
Change the apperance of a slider.
svg
Change the appearance of a svg.
text_editor
Change the appearance of a text editor.
text_input
Change the appearance of a text input.
theme
Use the built-in theme and styles.
toggler
Change the appearance of a toggler.