Fidely UI v1 beta is now available!. 🚀

Spinner

Used to provide a visual cue that an action is processing

Usage

import { Spinner } from '@fidely-ui/react'
<Spinner />

Examples

With Sizes

Use the size prop to change the size of the spinner.

Color

Use the colorPalette prop to change the color of the spinner.

Props

PropTypeDefaultDescription
size"xs" | "sm" | "md" | "lg" | "xl""md"Controls the size of the spinner.
colorPalettestring"currentColor"Sets the color of the spinner.

On this page