浏览代码

#231 mark tailwind parameter as experimental since it impacts layout and style of built-in elements

Falko Schindler 2 年之前
父节点
当前提交
58237bebc5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nicegui/run.py

+ 1 - 1
nicegui/run.py

@@ -46,7 +46,7 @@ def run(*,
     :param uvicorn_reload_excludes: string with comma-separated list of glob-patterns which should be ignored for reload (default: `'.*, .py[cod], .sw.*, ~*'`)
     :param uvicorn_reload_excludes: string with comma-separated list of glob-patterns which should be ignored for reload (default: `'.*, .py[cod], .sw.*, ~*'`)
     :param exclude: comma-separated string to exclude elements (with corresponding JavaScript libraries) to save bandwidth
     :param exclude: comma-separated string to exclude elements (with corresponding JavaScript libraries) to save bandwidth
       (possible entries: chart, colors, interactive_image, joystick, keyboard, log, scene, upload, table)
       (possible entries: chart, colors, interactive_image, joystick, keyboard, log, scene, upload, table)
-    :param tailwind: whether to use Tailwind (default: `True`)
+    :param tailwind: whether to use Tailwind (experimental, default: `True`)
     '''
     '''
     globals.host = host
     globals.host = host
     globals.port = port
     globals.port = port