Skip to main content

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

streamlit_big_text_tabs-0.0.3-py3-none-any.whl (501.3 kB view details)

Uploaded Python 3

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

Hashes for streamlit_big_text_tabs-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7420c23e3a496930686a0b4dafe05bf2081805037b7d1d8633cf3a0e26c3e671
MD5 ea3cad8f2b4c5c7a768fbf57202b7ed2
BLAKE2b-256 a6fd431631821f7847344af90627edbb78939078244dd41c184a118d46975e24

See more details on using hashes here.

File details

Details for the file streamlit_big_text_tabs-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_big_text_tabs-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 05a5e156c60670cc2d3403641619afff8ac8ca05ee3f47f5ede3fefba5e5f0c3
MD5 6eb8e8775a1b571ff342c43e4b21f64f
BLAKE2b-256 7756fb8c8d8cb401ccb3439499747e0e43e47872afe40db3db07b8d6f3877e13

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page