QuanticModal
QuanticModal
In this article
The QuanticModal
is a container component that displays slotted content in a modal. This component handles the animation logic, exposes methods to open and close the modal, offers the option to open the modal in full screen or just to cover the search interface, and exposes a set of slots to fully customize the modal content.
Example
<c-quantic-modal full-screen animation="slideToLeft">
<div slot="header">Modal Header</div>
<div slot="content">Modal Content</div>
<div slot="footer">Modal Footer</div>
</c-quantic-modal>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
Indicates whether the modal will be opened in full screen. |
|
|
|
|
Indicates the type of animation to use to open the modal. |
|
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|
Associated Use Cases
This component is also relevant in the following use case: