Rating Input

Five-star rater with filled amber stars in muted tiles and a decimal rating chip to the right.

How was your stay?
4.0
Tap to rate. Optional comment on the next step.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input22 } from "@/components/beste/piece/input22";

<Input22
  label="How was your stay?"
  rating={4}
  hint="Tap to rate. Optional comment on the next step."
/>