Skip to content

💳️  Card

Submitted by Gamliel Cohen

Summary

Streamlit Component, for a UI card

Docstring

Visit the PyPI page for more information.

Examples

example

def example():
    card(
        title="Hello World!",
        text="Some description",
        image="http://placekitten.com/300/250",
        url="https://www.google.com",
    )
Output (beta)