fundamental-vue icon indicating copy to clipboard operation
fundamental-vue copied to clipboard

Unable to use ProductSwitcher Icons defined in the Style repo

Open freegroup opened this issue 4 years ago • 0 comments

Is this a bug, enhancement, or feature request?

Bug

Briefly describe your proposal.

I want use the icons for the product switcher (https://sap.github.io/fundamental-styles/components/product-switch.html), but unfortunately the vue component do not allow to use css styles (like sap-icon--home) for the icons. It force me to use the src attributes (https://sap.github.io/fundamental-vue/#/api/fd-shell-bar-product-switcher-item-img)

Therefore the fundamental-style and fundamental-vue parts are incompatible on API level.

Which versions of Vue.JS and Fundamental Vue are affected? (If this is a feature request, use current version.)

all - because the bug is in the current API deffinition of the ProductSwticher Component.

If this is a bug, please provide steps for reproducing it.

see the API definition

Please provide relevant source code if applicable.

Is there anything else we should know?

freegroup avatar Oct 30 '19 12:10 freegroup