Thank you
The Thank you component can be used on a dynamic checkout success page.
Example image
Code samples
{"tasticType": "commercetools/ui/thank-you","name": "commercetools UI thank you","icon": "done","category": "Checkout","schema": []}
import React from 'react';import ThankYou from 'components/commercetools-ui/thank-you';const ThankYouTastic = () => {return <ThankYou />;};export default ThankYouTastic;