DocsLoaders

Wheel Loader

New

Wheel Loader

Used to show loading states.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add wheel-loader

Import from @perceptui/ui

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

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

API References

PropTypeDescriptionDefault
colorstringColor of the WheelLoaderblue
size"xs"|"sm"|"md"|"lg"|"xl"Size of the WheelLoadermd
classNamestringclassName_

Examples

Color

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

Size