Skip to content

Commit da6abe1

Browse files
committed
Added NiceGUI example config
1 parent 098f828 commit da6abe1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/nicegui.star

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Declarative app config for NiceGUI apps, install by running
2+
# clace apply --approve --promote github.com/claceio/clace/examples/nicegui.star
3+
4+
ng_args = {"container_opts": {"cpus": "2", "memory": "512m"}, "spec": "python-nicegui"}
5+
app("/nicegui/3d_scene", "https://github.com/zauberzeug/nicegui/examples/3d_scene", **ng_args)
6+
app("/nicegui/chat_app", "https://github.com/zauberzeug/nicegui/examples/chat_app", **ng_args)
7+
app("/nicegui/fullcalendar", "https://github.com/zauberzeug/nicegui/examples/fullcalendar", **ng_args)
8+
app("/nicegui/infinite_scroll", "https://github.com/zauberzeug/nicegui/examples/infinite_scroll", **ng_args)
9+
app("/nicegui/lightbox", "https://github.com/zauberzeug/nicegui/examples/lightbox", **ng_args)
10+
app("/nicegui/todo_list", "https://github.com/zauberzeug/nicegui/examples/todo_list", **ng_args)

0 commit comments

Comments
 (0)