Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
5
from
..
import
navigation
6
7
def
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
13
def
navbar() -> rx.Component:
Callers
1
navbar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected