This example shows how to create a simple navigation bar with links to different pages.
Used Components:
PageTitle
Navbar
Link
Text
Page
Used Events:
GoToEvent
git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials
cd examples/navigation
- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r 'requirements.txt'
uvicorn main:app