DUSpinner

Feedback

Loading spinner with optional label.

import { DUSpinner } from 'deri-ui';
Live preview
LoadingLoading
typescript
<DUSpinner size="md" label="Loading" />

Props

PropTypeDefaultDescription
size'sm' | 'md' | 'lg''md'Size
labelstringCaption

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.