2021-03-17 15:58:17 +00:00
|
|
|
# Consul::Loader
|
2020-04-29 08:10:50 +00:00
|
|
|
|
2021-05-07 11:23:29 +00:00
|
|
|
Simple template-only component to show the circular animated Consul loader animation.
|
|
|
|
|
2021-03-17 15:58:17 +00:00
|
|
|
```hbs preview-template
|
|
|
|
<div style="position: relative;height: 300px;width: 300px;margin: 0 auto;">
|
|
|
|
<Consul::Loader />
|
|
|
|
</div>
|
|
|
|
```
|
2020-04-29 08:10:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
### See
|
|
|
|
|
|
|
|
- [Component Source Code](./index.js)
|
|
|
|
- [Template Source Code](./index.hbs)
|
|
|
|
|
|
|
|
---
|