We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b4ca0 commit e6c4927Copy full SHA for e6c4927
example/gallery/dune
@@ -36,6 +36,7 @@
36
braille_demo
37
direct_page_demo
38
box_widget_demo
39
+ style_system_demo
40
textarea_demo
41
focus_container_demo
42
canvas_demo
example/gallery/launcher.ml
@@ -346,6 +346,13 @@ let demos =
346
"demo_box_widget"
347
(module Box_widget_demo.Page : Miaou.Core.Tui_page.PAGE_SIG);
348
};
349
+ {
350
+ title = "Style System";
351
+ open_demo =
352
+ goto
353
+ "demo_style_system"
354
+ (module Style_system_demo.Page : Miaou.Core.Tui_page.PAGE_SIG);
355
+ };
356
{
357
title = "Textarea";
358
open_demo =
0 commit comments