65%
Progress Loader
FeedbackLinear progress indicator
progressloadingbar
Installation
$
Usage
tsx
import { ProgressLoader } from "@/components/nonaxial/progress-loader"
export default function Example() {
return (
<ProgressLoader>{/* Your content here */}</ProgressLoader>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |