Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
I

iced_aw

> 编程语言
Open source

Additional widgets for the Iced GUI library

675 stars0 likes0 views
WebsiteGitHub

About

Additional widgets for the Iced GUI library

Iced - Additional Widgets

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.

Usage

Include iced_aw as a dependency in your Cargo.toml:

[dependencies]
iced = "0.14.0"
iced_aw = { version = "0.14.0", features = ["full"] }

Versioning

iced version iced_aw version
0.13 0.12
0.14 0.13, 0.14

Widgets

Badge

Please take a look into our examples on how to use badges.

Enable this widget with the feature badge.

Card

Please take a look into our examples on how to use cards.

Enable this widget with the feature card.

Color Picker

Please take a look into our examples on how to use color pickers.

Enable this widget with the feature color_picker.

Date Picker

Please take a look into our examples on how to use date pickers.

Enable this widget with the feature date_picker.

NumberInput

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

SelectionList

A selection space to show any options passed in.

Enable this widget with the feature selection_list.

TabBar and Tabs

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.

Time Picker

Please take a look into our examples on how to use time pickers.

Enable this widget with the feature time_picker.

Menu

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.

Slide Bar

Please take a look into our examples on how to use slidebars.

Enable this widget with the feature slide_bar.

Context Menu

See the example here

Drop Down Menu

See the example here

Sidebar

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.

Color palette

This crate adds a predefined color palette based on the CSS color palette.

LabeledFrame

A frame with a title.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Rust

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言