We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 853360d + fbaf9fb commit 7691b94Copy full SHA for 7691b94
2 files changed
.gitignore
@@ -8,7 +8,6 @@ __pycache__/
8
9
# Distribution / packaging
10
.Python
11
-build/
12
develop-eggs/
13
dist/
14
downloads/
dash-fastapi-frontend/views/tool/build/__init__.py
@@ -0,0 +1,8 @@
1
+from dash import html
2
+import feffery_utils_components as fuc
3
+import feffery_antd_components as fac
4
+
5
6
+def render(button_perms):
7
+ return html.Div('我是表单构建')
0 commit comments