🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

streamlit-cardselectable

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamlit-cardselectable

Card that the user can select one of the available options. It was created as an alternative to the radio button.

0.0.4
Maintainers
1

streamlit-cardselectable: A flexible and extensible content container selectable in Streamlit! drawing

Installation

pip install streamlit-cardselectable

Usage

Currently, there is one function defined:

st_cardselectable(): In this function there are some params:

  • label: label name.
  • options: cards header.
  • explanation: card text.
  • default [optional]: index of the card that will be selected at the first moment.

Example

State: Initial

state_initial

State: Selected

drawing

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts