libcosmic/examples
Ashley Wulber 072a3d5ca0 feat: lower the opacity of colors used in the segmented button when disabled
This is needed for the new tiling applet. Transparent text only seems to be working with the wgpu feature at the moment
2024-02-12 11:55:27 +01:00
..
applet refactor: config improvements 2024-01-18 20:19:32 -07:00
application update to support winit multi-window 2023-12-08 10:06:13 -05:00
config refactor!(app): rename set_title to set_window_title 2023-10-12 16:37:38 +02:00
cosmic feat: lower the opacity of colors used in the segmented button when disabled 2024-02-12 11:55:27 +01:00
design-demo@493e17a010 chore: update design demo 2023-10-24 19:52:44 +02:00
image-button feat(image_button): add optional removable button overlay 2023-11-15 16:50:15 +01:00
multi-window wip: update to use latest iced 2024-02-06 11:28:27 -05:00
open-dialog feat!(dialog): refactor and support rfd as file_chooser provider 2024-01-23 22:08:21 +01:00
README.md chore(readme): instructions for running examples 2023-09-14 01:38:56 +02:00

design-demo

Showcase of all widgets and their styled variations for the purpose of demonstrating and fine-tuning our design system.

just run cosmic-design demo

application

Start here as a template for creating an application with libcosmic's application API.

just run cosmic-design demo

open-dialog

Demonstrates how to create an open file dialog

just run open-dialog