OrderListItem component.
This component renders an individual order item within a view. It displays the order item's ID, name, and status using styled text components.
The props of the component, containing the order item details.
Optional
React Docs
A React element representing a view with the order item's details.
OrderListItem component.
This component renders an individual order item within a view. It displays the order item's ID, name, and status using styled text components.