open-consul/ui/packages/consul-ui/app/components/consul/loader
Ronald 6bcb98ea71
Add UI copyright headers files (#16614)
* Add copyright headers to UI files

* Ensure copywrite file ignores external libs
2023-03-14 09:18:55 -04:00
..
README.mdx ui: Loader amends/improvements (#10181) 2021-05-07 12:23:29 +01:00
index.hbs Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
index.scss Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
layout.scss Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04:00
skin.scss Add UI copyright headers files (#16614) 2023-03-14 09:18:55 -04: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)

---