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

Function navbar_link

full_stack_python/ui/nav.py:7–10  ·  view source on GitHub ↗
(text: str, url: str)

Source from the content-addressed store, hash-verified

5from .. import navigation
6
7def navbar_link(text: str, url: str) -> rx.Component:
8 return rx.link(
9 rx.text(text, size="4", weight="medium"), href=url
10 )
11
12
13def navbar() -> rx.Component:

Callers 1

navbarFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected