An open API service indexing awesome lists of open source software.

https://github.com/uwriegel/dialogbox-vue

Opening a dialogbox with customized content and many choosable dialog buttons
https://github.com/uwriegel/dialogbox-vue

Last synced: 5 days ago
JSON representation

Opening a dialogbox with customized content and many choosable dialog buttons

Awesome Lists containing this project

README

        

# dialogbox-vue
Opening a dialogbox with customized content and many choosable dialog buttons

## Dialog without content
Displaying a simple Dialog containing only text and buttons

## Dialog with extended content
Displaying a simple Dialog containing text, additional content and buttons

"additional content" is a Vue Component containig the additional content.
The following methods must be implemented:
* getFocusables()
* getFocusIndex(buttonCount)
* getDefaultButton(this.defButton)