Modal
Extended from PrimeVue Modal
EsModal props
- Name
bodyClass
- Type
String
- Default
''
- Description
- Additional classes to add to the modal-body
- Name
closable
- Type
Boolean
- Default
true
- Description
- Whether the close button should appear in the top right corner.
- Name
hideFooter
- Type
Boolean
- Default
false
- Description
- Whether to show the modal footer.
- Name
id
- Type
String
- Default
- n/a
- Description
- Required. Provide a unique id for the modal for accessibility purposes.
- Name
showFooterSeparator
- Type
Boolean
- Default
true
- Description
- Whether to show the separator line between the modal content and footer.
- Name
size
- Type
string
- Default
'md'
- Description
- Width of modal window. Allowed values: 'sm', 'md', 'lg', 'xl'