Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.1 KB

readme.md

File metadata and controls

29 lines (17 loc) · 1.1 KB

is-modal

Properties

Property Attribute Description Type Default
cancelText cancel-text The text to display in the cancel button. string 'Cancel'
modalHeader modal-header If 'true' will show the modal header. boolean false
modalTitle modal-title The title to display in the modal. string 'Modal Title'
saveText save-text The text to display in the save button. string 'Save'
visible visible If 'true' will make the modal visible. boolean false

Events

Event Description Type
cancel CustomEvent<any>
ok CustomEvent<any>

Built with StencilJS