Godofbrowser / vuejs-dialog

A lightweight, promise based alert, prompt and confirm dialog
MIT License
351 stars 111 forks source link

custom class back for better openess #82

Open Benal78 opened 3 years ago

Benal78 commented 3 years ago

Back on the idea of the issue #25, we had issue as sometime we need a larger dialog than usual to render specific component.

I propose to make all div tags (out of the component) to be customizable with caller class.

My main use case was to be able to override sometimes dg-main-content with something larger than static 400px fixed width.