Spinning Loaders with dots !

🍦 Vanilla

<spinning-dots />

Inside a button

<a href="#" class="btn">
A button
<spinning-dots style="width: 20px;"/>
</a>
A button

Affected by style

<spinning-dots style="
  width:100px;
  stroke-width:20px;
  color: #535FF6;" />

Less or more dots ?

<spinning-dots dots="4" />