npm.io
0.0.2 • Published 6 years ago

@elemental-ui-alpha/loading

Licence
Version
0.0.2
Deps
3
Size
11 kB
Vulns
0
Weekly
0

Loading

import { LoadingSpinner } from '@elemental-ui-alpha/loading';

Spinner

Fill

The spinner accepts a fill value from the foreground theme colors.

<LoadingSpinner fill="action" />
Size

The spinner accepts a size value:

  • small (default)
  • medium
  • large
<LoadingSpinner size="large" />