Spinner
A spinner tells the user an action is still being executed.
import { Alert, Spinner } from 'react-breeze';
<Alert>
<Spinner color="light" />
</Alert>
<Spinner />
Properties
Spinner takes the same properties as a div
, as well as:
Name | Type | Default | Required | Description |
---|---|---|---|---|
color | primary | secondary | success | info | warning | danger | primary | Set color |