import { Item } from "@wfp/react"; () => { return ( <Item subtitle="Your subtitle" title="Confirmation of additional lorem ipsum" > We would like to inform you that your order has been shipped. You can track your order with the following tracking number: 1234567890 </Item> ); };