JSPM

@workday/canvas-kit-css-loading-dots

9.2.0-494-next.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 878
  • Score
    100M100P100Q116086F
  • License Apache-2.0

Animations used while a page or component is loading.

Package Exports

  • @workday/canvas-kit-css-loading-dots
  • @workday/canvas-kit-css-loading-dots/dist/canvas-kit-css-loading-dots.min.css

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@workday/canvas-kit-css-loading-dots) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Canvas Kit CSS Loading Dots

Component that displays animations while a page or component loads.

Mainenance Mode

> Workday Design Reference

Installation

yarn add @workday/canvas-kit-css

or

yarn add @workday/canvas-kit-css-loading-dots

Add your node_modules directory to your SASS includePaths. You will then be able to import index.scss.

@import '~@workday/canvas-kit-css-loading-dots/index.scss';

Usage

<div class="wdc-loading-dots">
  <span />
</div>