mirror of
https://github.com/samuelcolvin/FastUI.git
synced 2023-12-01 22:22:11 +03:00
add link to the code from the demo
This commit is contained in:
3
python/demo/README.md
Normal file
3
python/demo/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# FastUI Demo
|
||||
|
||||
This a simple demo app for FastUI, it's deployed at [fastui-demo.onrender.com](https://fastui-demo.onrender.com).
|
||||
@@ -13,7 +13,8 @@ router = APIRouter()
|
||||
def api_index() -> list[AnyComponent]:
|
||||
# language=markdown
|
||||
markdown = """\
|
||||
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI).
|
||||
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo\
|
||||
is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo).
|
||||
|
||||
The following components are demonstrated:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user