Skip to content

Latest commit

 

History

History

basic-component-gallery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Basic Component Gallery

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

How to run

Clone the repo

git clone https://github.com/hasansezertasan/fastui-tutorials.git
cd fastui-tutorials

Change directory to the example

cd examples/basic-component-gallery

Create a virtual environment

  • Create and activate a virtual environment:
python3 -m venv venv
source venv/bin/activate

Install the requirements

pip install -r 'requirements.txt'

Run the application

uvicorn main:app