Skip to content

Custom component in Typescript and Python for multipage navigation in Streamlit applications

License

Notifications You must be signed in to change notification settings

clabrugere/streamlit-nav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-nav

Custom Streamlit navigation component to facilitate multipage applications developments. It is based on Nav component from rsuite.

Getting started

Clone this repo:

git clone https://github.com/clabrugere/streamlit-nav.git

To run the component locally, first initialize and run the component template frontend:

$ cd streamlit-nav/navigation/frontend
$ npm install    # Install npm dependencies
$ npm run start  # Start the Webpack dev server

From a separate terminal, run the template's Streamlit app:

$ cd streamlit-nav
$ streamlit run navigation/__init__.py  # run the example

About

Custom component in Typescript and Python for multipage navigation in Streamlit applications

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published