DocsComponents

Spinner

Spinner

Used to allow users to make selections from a range of values.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add spinner

Import from @perceptui/ui

Note: If you have installed @perceptui/ui package, then import Spinner from @perceptui/ui.

import { Spinner } from "@perceptui/ui";

API References

PropTypeDescriptionDefault
colorstringColor of the Spinnerblue
size"xs"|"sm"|"md"|"lg"|"xl"Size of the Spinnermd
classNamestringclassName_

Examples

Color

There are more color properties. Take your time to explore.

Size