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.4.tar.gz
(495.9 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.4.tar.gz.
File metadata
- Download URL: streamlit_big_text_tabs-0.0.4.tar.gz
- Upload date:
- Size: 495.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36387c81f87a7bbdf99bb82ba15edbe8dacc3b034ce0ff292a4e10a9ae689ddb
|
|
| MD5 |
d4abcd468fb5937ecfdb80362e46b48b
|
|
| BLAKE2b-256 |
dce4c1c9a366689eb8cfdc1e60d3d887467399f577e1b25cefd374c21286b74b
|
File details
Details for the file streamlit_big_text_tabs-0.0.4-py3-none-any.whl.
File metadata
- Download URL: streamlit_big_text_tabs-0.0.4-py3-none-any.whl
- Upload date:
- Size: 501.6 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 |
2797d3e3fa84a62d9075c16e804d3d2e8cc813849b709d20032f17aac64ed8ab
|
|
| MD5 |
4121a08926b2a9440d30eeabb4fc7505
|
|
| BLAKE2b-256 |
b7380f75af4a0fba9cdcf20f6f0c091fd5c0e647614ddd8fc51a31194642e600
|