Skip to main content

Spinner

<Spinner /> is used to display loading status.

Loading...

Background color decides the color of <Spinner /> considering onColor.

How to use

import { Spinner } from '@vibrant-ui/components';

Properties

PropTypeDefaultDescription
size(*)xs | sm | md | lg | xl-Size of Spinner.
Previous
Slider