Neoteroi / mkdocs-plugins

Plugins for MkDocs.
MIT License
116 stars 9 forks source link

[Cards] Add example for icons #51

Open SerTetora opened 7 months ago

SerTetora commented 7 months ago

I would like to know, what icons for cards look like and how to set this option

class CardItem:
    title: str
    url: str | None = None
    content: str | None = None
    icon: str | None = None
    key: str | None = None
    image: str | Image | None = None