> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mastermindcms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# msm-checkout

> Checkout flow component.

`msm-checkout` is a web component built with Lit.

## Purpose

Build the checkout flow UI.

## Usage

```html theme={null}
<msm-checkout order-id="ORDER_ID"></msm-checkout>
```

## Attributes / properties

| Name           | Type    | Default | Notes |
| -------------- | ------- | ------- | ----- |
| `order-id`     | string  | -       |       |
| `calculation`  | boolean | `false` |       |
| `nft-token-id` | string  | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `base`

## Slots

No documented slots.

## Methods

No documented public methods.
