We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f13bb commit 8735a83Copy full SHA for 8735a83
solara/website/pages/documentation/components/status/success.py
@@ -21,7 +21,7 @@ def Page():
21
dense = solara.use_reactive(False)
22
outlined = solara.use_reactive(True)
23
text = solara.use_reactive(True)
24
-
+
25
with solara.GridFixed(4):
26
solara.Checkbox(label="Use icon", value=icon)
27
solara.Checkbox(label="Show dense", value=dense)
@@ -34,7 +34,6 @@ def Page():
34
outlined=outlined,
35
icon=icon,
36
)
37
38
39
40
__doc__ += apidoc(solara.Success.f) # type: ignore
0 commit comments