Constructor
# <ListingInfoItem />
A child component inside ListingDetails which renders a piece of detailed information about a selected listing. Additionally, it includes the callback button for showing reviews.
Properties:
Name | Type | Description |
---|---|---|
listing |
listingDetails | Information about a listing |
onClick |
function | A handler for a click Event |
showReviews |
boolean | If reviews are to be shown |