1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 16:13:02 +03:00
css/docs/content/components/loaders.md

886 B

title path status source bundle
Loaders components/loaders New https://github.com/primer/css/tree/main/src/loaders loaders

Loaders inform users that an action is still in progress and might take a while to complete.

Animated ellipsis

Add an animated ellipsis at the end of text with <span class="AnimatedEllipsis"></span>.

<span>Loading</span><span class="AnimatedEllipsis"></span>

It can also be used in combination with other components.

<h2><span>Loading</span><span class="AnimatedEllipsis"></span></h2>
<span class="branch-name mt-2"><span>Loading</span><span class="AnimatedEllipsis"></span></span><br>
<span class="Label bg-blue mt-3"><span>Loading</span><span class="AnimatedEllipsis"></span></span><br>
<button class="btn mt-3" aria-disabled="true"><span>Loading</span><span class="AnimatedEllipsis"></span></button>