Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 361 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 361 Bytes

Streamlit pagination-buttons component


Streamlit pagination buttons component

Installation instructions

pip install st-pagination-buttons

Usage instructions

import streamlit as st

from st_pagination_buttons import st_pagination_buttons

clicked_button = st_pagination_buttons()

st.write(f"Clicked: {clicked_button}")