JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.

Home Page:https://josephuspaye.github.io/Keen-UI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ui-icon-button docs have typo

hyvyys opened this issue · comments

The docs say:

You can set a custom or SVG icon using the icon slot.

but in the Slots tab there is no icon slot listed, the above should be:

You can set a custom or SVG icon using the default slot.

Good catch 😄. PR welcome.

Fixed in #457.