a686404ccd
* 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> |
||
---|---|---|
.. | ||
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) ---