vuejs / vitepress

Vite & Vue powered static site generator.
https://vitepress.dev
MIT License
11.33k stars 1.83k forks source link

[default theme] Icons on action buttons #3783

Open pberto opened 2 weeks ago

pberto commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Not problem-related.

Describe the solution you'd like

Ability to specify an icon for the action buttons, e.g:

actions:
    - theme: brand
      text: lorem ipsum
      link: https://test.com
      icon:
          src: /test.svg

Describe alternatives you've considered

N/A.

Additional context

No response

Validations