DUCta
LandingCall-to-action band.
import { DUCta } from 'deri-ui';Live preview
Ready to ship?
typescript
<DUCta title="Ready?" label="Get started" onClick={go} />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title / description / label | string | — | Copy |
| onClick | () => void | — | CTA |
Usage
import { DUCta } from 'deri-ui';
<DUCta title="Ready?" label="Get started" onClick={go} />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.
