libcosmic-yoda/examples
2024-08-26 04:15:06 +02:00
..
applet refactor: config improvements 2024-01-18 20:19:32 -07:00
application update iced 2024-06-20 10:42:08 -06: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
context-menu feat(context_menu): add a context menu widget as menu tree alternative to the popover widget 2024-04-22 17:25:05 +02:00
cosmic fix: cosmic example 2024-05-15 16:19:32 -04:00
design-demo@493e17a010 update iced 2024-06-19 19:06:29 +02:00
image-button feat(image_button): add optional removable button overlay 2023-11-15 16:50:15 +01:00
menu fix(menu_bar): root text will inherit icon color from header 2024-05-21 04:34:35 +02:00
multi-window refactor: icon styling and headerbar icon styling 2024-03-11 16:26:48 -04:00
nav-context feat(context_menu): add a context menu widget as menu tree alternative to the popover widget 2024-04-22 17:25:05 +02:00
open-dialog chore(example): Support special filenames in open-dialog example 2024-08-26 04:15:06 +02:00
text-input fix(inline_input): add placeholder parameter 2024-06-20 13:45:46 +02: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