open-consul/ui/packages/consul-ui/app/components/consul/loader
John Cowen d47ccb859f
ui: Improves UI engineering docs (#9875)
Also fixes some typos in with-overlay
2021-03-17 15:58:17 +00:00
..
README.mdx ui: Improves UI engineering docs (#9875) 2021-03-17 15:58:17 +00:00
index.hbs ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00

README.mdx

# Consul::Loader

```hbs preview-template
<div style="position: relative;height: 300px;width: 300px;margin: 0 auto;">
  <Consul::Loader />
</div>
```

Simple template-only component to show the circular animated Consul loader animation.

### See

- [Component Source Code](./index.js)
- [Template Source Code](./index.hbs)

---