ShopItem
Shop item row with icon, name, price, and buy interaction.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| name | string | — | Item name. |
| description | string | — | Item description. |
| price | number | — | Item price. |
| icon | ReactNode | — | Item icon. |
| currency | "gold" | "tokens" | "gold" | Currency type. |
| disabled | boolean | false | Can't afford state. |
| onBuy | () => void | — | Called on click/buy. |