it-at-m / muc-patternlab-vue

Vue-Components based on patternlab.muenchen.space
https://it-at-m.github.io/muc-patternlab-vue/
MIT License
6 stars 0 forks source link

Non-clickable card #293

Open langehm opened 2 hours ago

langehm commented 2 hours ago

Is your feature request related to a problem? Please describe. Currently, a muc-card is always clickable. The mouse cursor changes to a pointer.

Describe the solution you'd like I want a muc-card that is non-interactive as such the mouse cursor does not change and the card acts purely informational.

langehm commented 2 hours ago

@FabianWilms do you have a preferred method to make the @click property toggleable? - we could use @[computedClick] (tho I don't know if this changes the mouse cursor). In the worst case, this need to be done via CSS.