Browse Source

documenting main_page_classes parameter in ui.run

Rodja Trappe 3 năm trước cách đây
mục cha
commit
79898847fa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -63,6 +63,7 @@ You can call `ui.run()` with optional arguments for some high-level configuratio
 - `show`: automatically open the ui in a browser tab (default: `True`)
 - `uvicorn_logging_level`: logging level for uvicorn server (default: `'warning'`)
 - `interactive`: used internally when run in interactive Python shell (default: `False`)
+- `main_page_classes`: configure Quasar classes of main page (default: `q-ma-md column items-start`)
 
 ## Docker