Streamlit component that allows you to build big text tabs
Project description
streamlit-big-text-tabs
Streamlit component that allows you to do big text tabs
Installation instructions
pip install streamlit-big-text-tabs
Usage instructions
import streamlit as st
from big_text_tabs import big_text_tabs
styles_ = """
.tab-container { }
.tab-text-container { }
.tab-text { }
.tab-text.clicked-tab { }
"""
tabs_data = [
{ "index": 0, "title": "Tab 1", "value": "tab_one" },
{ "index": 1, "title": "Tab 2", "value": "tab_two" },
{ "index": 2, "title": "Tab 3", "value": "tab_three" }
]
tab_selected = big_text_tabs(tab_data=tabs_data, styles=styles_)
st.write(tab_selected)
# returns { "index":0, "value":"tab_one" }
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
streamlit_big_text_tabs-0.0.2.tar.gz
(495.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_big_text_tabs-0.0.2.tar.gz.
File metadata
- Download URL: streamlit_big_text_tabs-0.0.2.tar.gz
- Upload date:
- Size: 495.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05cc4073013420028c884f57c1c33b1458219c1cca1503dadb798a4d62c1ee7b
|
|
| MD5 |
9a13dff8c5cb98fda6c8d789ad445730
|
|
| BLAKE2b-256 |
cf418a7b8b6e7c548e907d9981b04da426f52d4505bc8af2cf2f6c300a08b7af
|
File details
Details for the file streamlit_big_text_tabs-0.0.2-py3-none-any.whl.
File metadata
- Download URL: streamlit_big_text_tabs-0.0.2-py3-none-any.whl
- Upload date:
- Size: 501.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17a40396dc4cd0b0e50c9b1130b0f85219e31a0347b60cb052ac6ea3a255f627
|
|
| MD5 |
b9c67a14aa9dc511fcef02dddc15a6af
|
|
| BLAKE2b-256 |
90389a410b5298b088fffd4afdfafb53dc9cd95549163bd740b58d3e21b2d096
|