mkdocs-plugins
mkdocs-plugins copied to clipboard
[Cards] Add example for icons
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