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
..
index.hbs
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)

---