A card component displaying order status information, including courier details and package tracking.
Iphone 15
Courier
Regular Package#1L2K5
Order Process
123 ABC Street - USA
To your home
123 ABC Street - USA
Dependencies
react-icons
Installation
npm install react-icons
Props
Name | Type | Default | Description |
---|---|---|---|
courierName | string | undefined | The name of the courier service. |
courierImage | string | undefined | URL of the courier’s image or logo. |
packageId | string | undefined | The unique identifier for the package. |
warehouseLocation | string | undefined | The current warehouse location of the package. |
deliveryAddress | string | undefined | The delivery address for the package. |
onMessage | () => void | undefined | Callback triggered when the message button is clicked. |