DUSpinner
FeedbackLoading spinner with optional label.
import { DUSpinner } from 'deri-ui';Live preview
LoadingLoading
typescript
<DUSpinner size="md" label="Loading" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | 'sm' | 'md' | 'lg' | 'md' | Size |
| label | string | — | Caption |
Usage
import { DUSpinner } from 'deri-ui';
<DUSpinner size="md" label="Loading" />Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.
Related
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
