DURating

Forms

Interactive star rating.

import { DURating } from 'deri-ui';
Live preview
typescript
<DURating value={4} onChange={setRating} />

Props

PropTypeDefaultDescription
valuenumberFilled stars
maxnumber5Star count
readOnlybooleanDisable interaction

Usage

import { DURating } from 'deri-ui';

<DURating value={4} onChange={setRating} />

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.