gamcoh / st-card

Streamlit component for UI cards
https://pypi.org/project/streamlit-card/
MIT License
116 stars 19 forks source link

Make more "clickable" #2

Closed blackary closed 1 year ago

blackary commented 1 year ago

This card seems great, but it feels like it's meant to be "clickable", and was missing a couple of things:

This adds the ability to go to a url, adds a darker border while clicking, and makes it more button-like by starting out at False, and changing to True on click.

(Sorry for all the linting changes -- I can undo those if you'd like)

gamcoh commented 1 year ago

This is great! Thank you!

I just added a new commit with the version bumped and the new URL feature displayed in the README