open-vault/ui/lib/core/addon/components/layout-loading.js
Matthew Irish 0ccc8467ec
UI ember engines (#6718)
Adds replication engine and core in-repo addon
2019-05-13 14:05:25 -05:00

18 lines
346 B
JavaScript

import Component from '@ember/component';
import layout from '../templates/components/layout-loading';
/**
* @module LayoutLoading
* `LayoutLoading` displays the `VaultLogoSpinner` component in a centered full-page layout.
*
* @example
* ```js
* <LayoutLoading />
* ```
*/
export default Component.extend({
layout,
tagName: '',
});