Skip to content

zikojs/ziko-st-toc

Repository files navigation

ziko-st-toc

PyPI version Downloads License Netlify Status

ziko-st-banner

A Streamlit component that generates an interactive Table of Contents (TOC) with smooth scrolling and navigation.

Showcase

ziko-st-toc demo

Visit : https://ziko-st-toc-demo.streamlit.app/

Installation instructions

pip install ziko-st-toc

Usage instructions

import streamlit as st

from ziko_st_toc import table_of_contents

st.title('Streamlit Table Of contents')

with st.sidebar:
   table_of_contents()

st.header('Header I')
# Content ..
st.header('Header II')
# Content ..
st.subheader('Sub Header II-1')
# Content ..
st.subheader('Sub Header II-2')
# Content ..
st.subheader('Sub Header II-3')
# Content ..
st.header('Header III')
# Content ..

⭐️ Show your support

If you appreciate the library, kindly demonstrate your support by giving it a star!

License

This projet is licensed under the terms of MIT License

Sponsor this project

Packages

 
 
 

Contributors