Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 471 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 471 Bytes

Loading Dots Web Components

A web component for three blinking loading dots.

Screenshot

Install

npm i loading-dots

Import in your css:

@import 'loading-dots'

Or in your JavaScript (Babel and css-loader required):

import 'loading-dots/loading-dots.css'

Samples

<p>
  Loading<loading-dots>.</loading-dots>
</p>

<p>
  Loading<loading-dots rgb>.</loading-dots>
</p>