vue-bulma / modal

Modal component for Vue Bulma
MIT License
49 stars 28 forks source link

[FEATURE REQUEST] slot for footer in CardModal #18

Closed darkylmnx closed 6 years ago

darkylmnx commented 7 years ago

it would be very useful to have a slot for the footer in the card modal, because sometimes i do not need the two buttons and sometimes i even need more buttons or something else but the footer is not configurable.

A simple slot would be easy to implement and therefore, the events emited for these buttons won't be needed anymore, as it would be handled by the wya this slot would be use

DisruptiveMind commented 7 years ago

@darkylmnx hopefully #24 serves your needs. It helped me.