Default
default.tsx
<Rating
value={3}
onChange={(val) => console.log(val)}
/>The Rating component displays a visual rating scale, allowing users to select or view a rating value. It supports both interactive and read-only modes.
<Rating
value={3}
onChange={(val) => console.log(val)}
/>