Loading States
FeedbackVarious loading indicators
loadingspinnerskeleton
Installation
$
Usage
tsx
import { LoadingStates } from "@/components/nonaxial/loading-states"
export default function Example() {
return (
<LoadingStates>{/* Your content here */}</LoadingStates>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |