gamcoh / st-card

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

Questions about custiomization #24

Closed maslukasz closed 9 months ago

maslukasz commented 9 months ago

I have 2 questions about customization.

  1. How to make many card in one line (like columns), for example 3?
  2. How to change card location? To left, right, etc.
gamcoh commented 9 months ago

I think you just need to use the streamlit columns, this is not a package issue.