0.0.2 • Published 4 years ago

@elemental-ui-alpha/loading v0.0.2

Weekly downloads
3
License
-
Repository
-
Last release
4 years ago

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" />