DocsLoaders

Music Loader

New

Music Loader

Used to show loading states.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add music-loader

Import from @perceptui/ui

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

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

API References

PropTypeDescriptionDefault
colorstringColor of the MusicLoaderblue
size"xs"|"sm"|"md"|"lg"|"xl"Size of the MusicLoadermd
classNamestringclassName_

Examples

Color

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

Size