Skip to Content

Spinner

The spinner is a feedback component to indicate a loading state.


Import

Import
import { Spinner } from '@backyard-ui/core';

Usage

Usage

Appearance

Appearance

Use the appearance or color prop to change the visual appearance.

Size

Size

Use the size prop to increase the visual size.

API Reference

API Reference
  • appearance
    Description The Spinner appearance
    Type
    "success" | "critical" | "info" | "warning" | "primary" | "secondary" | "tertiary"
  • color
    Description The Spinner color
    Type
    "black" | "white" | "current"
    Default
    current
  • size
    Description The Spinner size
    Type
    "xs" | "sm" | "md" | "lg" | "xl"
    Default
    lg