DUContainer
LayoutCentered max-width page container.
import { DUContainer } from 'deri-ui';Live preview
Contained
Max-width container
typescript
<DUContainer size="lg">…</DUContainer>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| size | 'sm' | 'md' | 'lg' | 'xl' | 'full' | 'lg' | Max width |
Usage
import { DUContainer } from 'deri-ui';
<DUContainer size="lg">…</DUContainer>Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
