> ## 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-listing-page

> Web component msm-listing-page.

`msm-listing-page` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

```html theme={null}
<msm-listing-page></msm-listing-page>
```

## Attributes / properties

| Name                    | Type    | Default | Notes |
| ----------------------- | ------- | ------- | ----- |
| `seller-sku-id`         | string  | -       |       |
| `title-id`              | string  | -       |       |
| `discount-price-id`     | string  | -       |       |
| `theme`                 | string  | -       |       |
| `add-to-cart-icon`      | string  | -       |       |
| `remove-from-cart-icon` | string  | -       |       |
| `favorite-icon`         | string  | -       |       |
| `object-fit`            | string  | -       |       |
| `hide-inventory`        | boolean | `false` |       |
| `company-info`          | boolean | -       |       |
| `meta-info-mapping`     | array   | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
