Metadata-Version: 2.1
Name: streamlit-card-select
Version: 0.2.0
Summary: Streamlit component to select a card from a grid
Home-page: 
Author: Mirko Mälicke
Author-email: mirko@hydrocode.de
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Streamlit Card select

This small streamlit component renders Material-UI Cards in a grid as a selection alternative.
The component will return the last clicked component.

## Install

```bash
pip install streamlit-card-select
```

