open-consul/ui/packages/consul-ui/app/components/modal-layer
John Cowen 489b60105f
ui: Move control of login modal to use JS rather than HTML (label/id) (#9883)
* Add before and after skip links portals

* Move EmptyState and ErrorState to use a @login action/function

* Move page title setting to the Route component

* Add Routes and Outlets everywhere, and use those to access login modal

* Add some aria-labels to the modals

* Docs

* Remove the label/input now we no longer need it, fixup pageobject

* Add basic modal docs

* Switch out old toggle names for ids

* Wrap nspace Route template in a Route component

* type > class
2021-04-06 13:40:40 +01:00
..
README.mdx ui: Move control of login modal to use JS rather than HTML (label/id) (#9883) 2021-04-06 13:40:40 +01:00
index.hbs ui: a11y modals (#9819) 2021-03-09 09:30:01 +00:00

README.mdx

# ModalLayer

A component to give you control over where `<ModalDialog />` components are
rendered. Please see `<ModalDialog />` for more details.

```hbs
<ModalLayer />
```