summaryrefslogtreecommitdiffstats
path: root/examples/component (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez1-66/+48
2022-07-09Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez1-2/+1
2022-06-29Introduce `StyleSheet` for `Text` widgetLibravatar Héctor Ramón Jiménez1-3/+7
2022-06-07Implement theme styling for `TextInput`Libravatar Héctor Ramón Jiménez1-2/+2
2022-05-26Rename `Variant` to `Style` and `Style` to `Appearance`Libravatar Héctor Ramón Jiménez1-2/+0
2022-05-14Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez1-0/+4
2022-02-09Update Rust edition to 2021 :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Hide `Box` allocation in `component::view`Libravatar Héctor Ramón Jiménez1-1/+1
2021-11-29Draft `component` example :tada:Libravatar Héctor Ramón Jiménez2-0/+191