Crates.io | iced_aw |
lib.rs | iced_aw |
version | |
source | src |
created_at | 2022-06-20 21:23:38.177399 |
updated_at | 2025-02-07 19:17:19.796546 |
description | Additional widgets for the Iced GUI library |
homepage | https://iced.rs |
repository | https://github.com/iced-rs/iced_aw |
max_upload_size | |
id | 609797 |
Cargo.toml error: | TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate contains additional widgets for the GUI library Iced.
Every widget is hidden by a feature gate. This allows you to cherry pick the widgets you actually need.
Include iced_aw
as a dependency in your Cargo.toml
:
[dependencies]
iced = "0.13.0"
iced_aw = { version = "0.12.0", default-features = false, features = [...] }
iced version |
iced_aw version |
---|---|
0.13 | 0.11, 0.12 |
Please take a look into our examples on how to use badges.
Enable this widget with the feature badge
.
Please take a look into our examples on how to use cards.
Enable this widget with the feature card
.
Please take a look into our examples on how to use color pickers.
Enable this widget with the feature color_picker
.
Please take a look into our examples on how to use date pickers.
Enable this widget with the feature date_picker
.
Just like TextInput, but only for numbers.
Please take a look into our examples on how to use number inputs.
Enable this widget with the feature number_input
.
This widget does currently not support web
A selection space to show any options passed in.
Enable this widget with the feature selection_list
.
Please take a look into our examples on how to use TabBars and Tabs.
Enable TabBars with the feature tab_bar
and Tabs with tabs
.
Please take a look into our examples on how to use time pickers.
Enable this widget with the feature time_picker
.
Please take a look into our examples on how to use menus.
Enable this widget with the feature menu
.
You might also want to enable the feature quad
for drawing separators.
Please take a look into our examples on how to use slidebars.
Enable this widget with the feature slide_bar
.
See the example here
See the example here
Please take a look into our examples on how to use Sidebar.
Enable Sidebar with the feature sidebar
.
Also included in this feature, are two widgets sidebar::column::FlushColumn
and sidebar::row::FlushRow
that flushes the end/start element to the opposite direction to the alignment of the container.
This crate adds a predefined color palette based on the CSS color palette.