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 56bae9e commit 5d790e9Copy full SHA for 5d790e9
demo/main.py
@@ -32,6 +32,7 @@ def api_index() -> list[AnyComponent]:
32
* `ServerLoad` — see [dynamic modal example](/components#dynamic-modal) and [SSE example](/components#server-load-sse)
33
* `Image` - example [here](/components#image)
34
* `Iframe` - example [here](/components#iframe)
35
+* `Video` - example [here](/components#video)
36
* `Table` — See [cities table](/table/cities) and [users table](/table/users)
37
* `Pagination` — See the bottom of the [cities table](/table/cities)
38
* `ModelForm` — See [forms](/forms/login)
0 commit comments