Streamlit-vertical-slider is a custom Streamlit component that creates a customizable vertical slider with various styling options including color, thumb shape, and height. It extends Streamlit's native widget capabilities to provide a vertical input method. The current version is 2.5.5, released on December 21, 2023. The project appears to have an active, though not rapid, release cadence, with significant updates in versions 2.0 and 2.5.
pip install streamlit-vertical-sliderVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how to import and use the `vertical_slider` component with various customization options. It sets up a basic Streamlit app, displays a vertical slider, and shows its current value.
Upgrade to the latest stable version: `pip install --upgrade streamlit-vertical-slider`
Review your `vertical_slider` arguments and update them to align with the V2.0+ API, especially for `height`, `thumb_shape`, and label handling.
Upgrade to version 2.5.0 or later to ensure `default_value` is handled correctly. `pip install --upgrade streamlit-vertical-slider`
Be aware of potential minor layout changes if upgrading from pre-2.5.0. Ensure your Streamlit app layout accommodates the potentially narrower slider if you relied on the previous label's width.