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
Prop | Type | Description | Default |
---|---|---|---|
color | string | Color of the BounceLoader | blue |
className | string | className | _ |
Examples
Color
There are more color properties. Take your time to explore.