MCPcopy Index your code
hub / github.com/codingforentrepreneurs/full-stack-python / about_page

Function about_page

full_stack_python/pages/about.py:6–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5# @rx.page(route='/about')
6def about_page() -> rx.Component:
7 my_child = rx.vstack(
8 rx.heading("About Us", size="9"),
9 rx.text(
10 "Something cool about us.",
11 ),
12 spacing="5",
13 justify="center",
14 align="center",
15 min_height="85vh",
16 id='my-child'
17 )
18 return base_page(my_child)

Callers

nothing calls this directly

Calls 1

base_pageFunction · 0.85

Tested by

no test coverage detected