Rating

A rating component for collecting user feedback or displaying scores.

Interactive

Current value: 3

Read-only

Custom Max

Usage

Code Example
import { Rating } from "cephalopod-design-system"

const [value, setValue] = useState(3)

<Rating value={value} onValueChange={setValue} />