Overview

For design guidance, see the page on modals .

Props

Name Description Type Default Required
title
The title of the modal
string true
submitText
If provided, text of the submit button
string null
cancelText
If provided, text of the cancel button
string null
submitDisabled
Disable the submit button
boolean false
cancelDisabled
Disable the cancel button
boolean false
size
Width of modal. For consistency use the strings 'small', 'medium', or 'large'. For more precise control use an integer number of pixels.
string|number 'medium'
hasError
Toggles error message indicator in title
boolean false
errorMessage string null

Events

Name Description
cancel
Emitted when the cancel button is clicked or the esc key is pressed
submit
Emitted when the submit button or the enter key is pressed

Slots

Name Description
default
Main content of modal
actions
Alternative buttons and actions below main content