mkdocs-plugins icon indicating copy to clipboard operation
mkdocs-plugins copied to clipboard

[Cards] Add example for icons

Open SerTetora opened this issue 1 year ago • 0 comments

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

SerTetora avatar Dec 06 '23 14:12 SerTetora