Documentation
Spinner

Spinner

The Spinner component is a simple yet effective way to indicate that a process or action is currently loading. It displays three animated bouncing dots, making it clear to users that they should wait for the process to complete.

Usage

First of all, you need to import the Spinner component from the kitchn package.

import { Spinner } from "kitchn"

Default

Size

Color

Props

NameTypeDefaultRequiredDescription
sizenumber20NoThe size of the Spinner, which controls both width and height in pixels.
colorstringtheme.colors.accent.lightNoThe color of the bouncing dots. Can be any valid CSS color value.