Skip to content

Commit e6c4927

Browse files
feat(gallery): add style system demo
1 parent 61b4ca0 commit e6c4927

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

example/gallery/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
braille_demo
3737
direct_page_demo
3838
box_widget_demo
39+
style_system_demo
3940
textarea_demo
4041
focus_container_demo
4142
canvas_demo

example/gallery/launcher.ml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,13 @@ let demos =
346346
"demo_box_widget"
347347
(module Box_widget_demo.Page : Miaou.Core.Tui_page.PAGE_SIG);
348348
};
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+
};
349356
{
350357
title = "Textarea";
351358
open_demo =

0 commit comments

Comments
 (0)