> ## 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-order-details

> Web component msm-order-details.

`msm-order-details` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name             | Type   | Default | Notes |
| ---------------- | ------ | ------- | ----- |
| `order-id`       | string | `null`  |       |
| `domain`         | string | -       |       |
| `unique-item-id` | string | -       |       |
| `nft-token-id`   | string | -       |       |
| `secret-code-id` | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

* `base`

## Slots

No documented slots.

## Methods

No documented public methods.
