open-consul/ui/packages/consul-ui/app/components/consul/loader
..
README.mdx
index.hbs
index.scss
layout.scss
skin.scss

README.mdx

# Consul::Loader

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

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


### See

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

---