nstudio / nativescript-cardview

:diamonds: :clubs: NativeScript widget for Material Design CardView
MIT License
282 stars 51 forks source link

Overflow menu #92

Closed StancuFlorin closed 5 years ago

StancuFlorin commented 6 years ago

How can I add an overflow menu menu to my card?

menu

bradmartin commented 6 years ago

hmmm - I dont think the overflow menu is part of the cardview itself.

However, you can use a button in your cardview (in the layout), wire the tap event and use this plugin for something similar to the overflow menu. There are several other 'popup' type plugins that might provide a similar UX with some twists on them 😄 - hope that helps.