Skip to main content

An all-in-one place, to find complex or just not available components by default on streamlit.

Project description

Extra-Streamlit-Components

An all-in-one place, to find complex or just not available components by default on streamlit.

Components

  • TabBar

    Inspire from React's ScrollMenu, this component receives a list of TabBarItemData, and returns the id of the selected tab

    Inputs:

    • data: List[TabBarItemData]
    • default=None (optional)

    Returns:

    • id: int
  • BouncingImage

    Probably not the best naming but this component, renders an image by its path or url, and animates by zooming in and out repetitively giving an illusion of a bounce.

    Inputs:

    • image_source: str
    • animate: bool
    • animation_time: int
    • height: float
    • width: float

    Returns:

    • is_animating: bool

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

extra_streamlit_components-0.0.7.tar.gz (6.6 kB view hashes)

Uploaded Source

Supported by

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