DocsLoaders

Bounce Loader

New

Bounce Loader

Used to show loading states.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add bounce-loader

Import from @perceptui/ui

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

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

API References

PropTypeDescriptionDefault
colorstringColor of the BounceLoaderblue
classNamestringclassName_

Examples

Color

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