Skip to main content

Streamlit Component for Star Ratings

Project description

Streamlit Star Rating Component

===

This streamlit component adds a star selector to Streamlit Apps.

It implements the Baseui Rating implementation: https://baseweb.design/components/rating/

Installation
-----------

$ pip install st-star-rating


Usage
------------

## Import the Component

$ from streamlit_star_rating import st_star_rating

$ stars = st_star_rating("Please rate you experience", maxValue=5, defaultValue=3, key="rating")

maxValue : Determines how many Stars will be shown
defaultValue: Amount of preselected Stars


## Choose between a dark and light theme

$ stars = st_star_rating(label = "Please rate you experience", maxValue = 5, defaultValue = 3, key = "rating", dark_theme = True )

## Read-Only Mode

Users can not change the amout of selected stars

st_star_rating(label = "Please rate you experience", maxValue = 5, defaultValue = 3, key = "rating", read_only = True )


## Emotiocons instead of Stars

st_star_rating(label = "Please rate you experience", maxValue = 5, defaultValue = 3, key = "rating", emoticons = True )

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

st_star_rating-0.0.2.tar.gz (582.8 kB view hashes)

Uploaded Source

Built Distribution

st_star_rating-0.0.2-py3-none-any.whl (590.1 kB view hashes)

Uploaded Python 3

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