Skip to main content

No project description provided

Project description

streamlit-custom-component

Streamlit component that allows you to display or not particular data selected

Installation instructions

pip install filter-data-options

Usage instructions

import streamlit as st

from filter_data_options import filter_data_options

variables:
- data (list of dictionaries), 
- legendData (list of dictionaries), 
- showLegend (boolean),
- styles (dictionary or dictionaries), 
- submitBtnName (string - name of submit button), 
- deleteBtnName (string - name of delete all btn), 
- key (unique identified for component)

value = filter_data_options(**variables)

st.write(value)

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

filter-data-options-0.0.5.tar.gz (602.3 kB view hashes)

Uploaded Source

Built Distribution

filter_data_options-0.0.5-py3-none-any.whl (608.7 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