Build status

Demo and API docs

##<paper-spinner>

Material design: Progress & activity

Element providing a multiple color material design circular spinner.

<paper-spinner active></paper-spinner>

The default spinner cycles between four layers of colors; by default they are blue, red, yellow and green. It can be customized to cycle between four different colors. Use for single color spinners.

Accessibility

Alt attribute should be set to provide adequate context for accessibility. If not provided, it defaults to ‘loading’. Empty alt can be provided to mark the element as decorative if alternative content is provided in another form (e.g. a text block following the spinner).

<paper-spinner alt="Loading contacts list" active></paper-spinner>

Styling

The following custom properties and mixins are available for styling:

Custom propertyDescriptionDefault
--paper-spinner-layer-1-colorColor of the first spinner rotation--google-blue-500
--paper-spinner-layer-2-colorColor of the second spinner rotation--google-red-500
--paper-spinner-layer-3-colorColor of the third spinner rotation--google-yellow-500
--paper-spinner-layer-4-colorColor of the fourth spinner rotation--google-green-500
--paper-spinner-stroke-widthThe width of the spinner stroke3px

##<paper-spinner-lite>

Material design: Progress & activity

Element providing a single color material design circular spinner.

<paper-spinner-lite active></paper-spinner-lite>

The default spinner is blue. It can be customized to be a different color.

Accessibility

Alt attribute should be set to provide adequate context for accessibility. If not provided, it defaults to ‘loading’. Empty alt can be provided to mark the element as decorative if alternative content is provided in another form (e.g. a text block following the spinner).

<paper-spinner-lite alt="Loading contacts list" active></paper-spinner-lite>

Styling

The following custom properties and mixins are available for styling:

Custom propertyDescriptionDefault
--paper-spinner-colorColor of the spinner--google-blue-500
--paper-spinner-stroke-widthThe width of the spinner stroke3px