open-consul/ui/packages/consul-ui/app/components/consul/loader
John Cowen a686404ccd
ui: Fix brand coloring for inline-code plus docs (#11578)
* ui: Fix brand coloring for inline-code plus docs

Also use --tones instead of --black/--white (#11601)

Co-authored-by: Evan Rowe <ev.rowe@gmail.com>
2021-11-23 18:32:11 +00:00
..
README.mdx
index.hbs
index.scss
layout.scss
skin.scss ui: Fix brand coloring for inline-code plus docs (#11578) 2021-11-23 18:32:11 +00:00

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)

---