Command Palette

Search for a command to run...

4Twitter
Orbital Loader
A customizable orbital loader component for indicating loading states in your application. Features smooth orbital animations and optional loading messages.

Installation

pnpm dlx shadcn@latest add "https://moleculeui.design/r/orbital-loader"

Usage

import { OrbitalLoader } from "@/components/molecule-ui/orbital-loader"
<OrbitalLoader />

Examples

With message

Props

PropTypeDefault
messagePlacement?
"top" | "bottom" | "left" | "right"
bottom
message?
string
-