9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
# ModalLayer
|
||
|
|
||
|
A component to give you control over where `<ModalDialog />` components are
|
||
|
rendered. Please see `<ModalDialog />` for more details.
|
||
|
|
||
|
```hbs
|
||
|
<ModalLayer />
|
||
|
```
|