---
title: "Checkout Flow"
description: "A composed checkout flow with plan summary, payment field rows, total, and purchase action"
---
import { InstallCommand } from "/snippets/install-command.jsx";
## Install
That writes one file: `compositions/components/checkout-flow.html`.
## Source
```html
Pro plan$29/mo
Card number 4242 4242 4242 4242
Expiry 12/30
Total today$29.00
```
## Usage
Open `compositions/components/checkout-flow.html` and paste its contents into your composition. See the comment header in the file for detailed instructions.
{/* hf:generated-footer */}
Tagged `ui-flow` `remocn-port` `checkout` `commerce`.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)