libcosmic/examples
Eduardo Flores 0b47efe1de improv(menu): simplify menu construction.
- Added `MenuAction` trait to call the `message` method on button press.
- Added two new methods to construct a MenuTree.
- Added MenuItem enum to represent an action or a separator in a MenuTree.
- Added menu example.
- Moved Modifier enum and KeyBind struct to libcosmic.
- Moved menu_button macro to libcosmic.
2024-03-16 19:00:12 -06:00
..
applet refactor: config improvements 2024-01-18 20:19:32 -07:00
application feat(widget): add calendar widget 2024-03-15 13:40:31 +01:00
calendar improv(calendar): simplify message handling 2024-03-15 13:40:31 +01:00
config refactor!(app): rename set_title to set_window_title 2023-10-12 16:37:38 +02:00
cosmic refactor: icon styling and headerbar icon styling 2024-03-11 16:26:48 -04: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
menu improv(menu): simplify menu construction. 2024-03-16 19:00:12 -06:00
multi-window refactor: icon styling and headerbar icon styling 2024-03-11 16:26:48 -04: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