import { LoadingSpinner } from '@elemental-ui-alpha/loading';
The spinner accepts a fill value from the foreground theme colors.
foreground
<LoadingSpinner fill="action" />
The spinner accepts a size value:
small
medium
large
<LoadingSpinner size="large" />