DocsLoaders

Loader

New

Loader

Used to show loading states.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add loader

Import from @perceptui/ui

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

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

API References

PropTypeDescriptionDefault
colorstringColor of the Loaderblue
size"xs"|"sm"|"md"|"lg"|"xl"Size of the Loadermd
classNamestringclassName_

Examples

Color

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

Size