Spinners come in 4 sizes to fit in different components. Use the table to determine which spinner to use.
Size | Diameter | Description |
---|---|---|
Small | 24px | Use for smaller components like Cards and Dropdown Menus. |
Medium (Default) | 48px | Use in the majority of components and sections. |
Large | 72px | Use in larger areas such as Tables and Modals. |
Full Page | 100px | Use on pages when content is being updated or loaded. This spinner prevents users from interacting with the page. |
white
or gray
Spinners display progress by animating an indicator in a circular, clockwise direction. Spinners have a background overlay to cover content that may be loading.
Spinners inside components are always centered within the component. Inline
spinners are not.
Standard spinner used for most cases and components.
Full-page spinners prevent user interaction with the page until an action has been completed. This is recommended only for activities taking more than 10 seconds and require the user to wait (i.e. booking a flight).
Inline spinners are used in smaller components, usually accompanied by text. Use this for items such as Dropdown and AutoComplete.
Inverted spinners have limited use. They are displayed over dark colored backgrounds.
Currently, there are 3 supported spinner sizes: lg
, md
(default), and sm
.