Crate iced_style[][src]

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

Modules

button

Allow your users to perform actions by pressing a button.

checkbox

Show toggle controls using checkboxes.

container

Decorate content and apply alignment.

menu
pane_grid

Let your users split regions of your application and organize layout dynamically.

pick_list
progress_bar

Provide progress feedback to your users.

radio

Create choices using radio buttons.

rule

Display a horizontal or vertical rule for dividing content.

scrollable

Navigate an endless amount of content with a scrollbar.

slider

Display an interactive selector of a single value from a range of values.

text_input

Display fields that can be filled with text.

Structs

Color

A color in the sRGB color space.

Enums

Background

The background of some element.