This is a simple example that demonstrates how to use basic components like:
Text
Paragraph
Heading
Code
Iframe
Image
Spinner
Button
Link
LinkList
Other components used:
Navbar
Page
Div
git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials
cd examples/basic-component-gallery
- Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install -r 'requirements.txt'
uvicorn main:app