@elemental-ui-alpha/loading
v0.0.2
Published
The loading components indicate to users that a page or component is loading.
Readme
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)mediumlarge
<LoadingSpinner size="large" />