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.3.tar.gz
(495.7 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.3.tar.gz.
File metadata
- Download URL: streamlit_big_text_tabs-0.0.3.tar.gz
- Upload date:
- Size: 495.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7420c23e3a496930686a0b4dafe05bf2081805037b7d1d8633cf3a0e26c3e671
|
|
| MD5 |
ea3cad8f2b4c5c7a768fbf57202b7ed2
|
|
| BLAKE2b-256 |
a6fd431631821f7847344af90627edbb78939078244dd41c184a118d46975e24
|
File details
Details for the file streamlit_big_text_tabs-0.0.3-py3-none-any.whl.
File metadata
- Download URL: streamlit_big_text_tabs-0.0.3-py3-none-any.whl
- Upload date:
- Size: 501.3 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 |
05a5e156c60670cc2d3403641619afff8ac8ca05ee3f47f5ede3fefba5e5f0c3
|
|
| MD5 |
6eb8e8775a1b571ff342c43e4b21f64f
|
|
| BLAKE2b-256 |
7756fb8c8d8cb401ccb3439499747e0e43e47872afe40db3db07b8d6f3877e13
|