> ## 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-comparison-table

> Web component msm-comparison-table.

`msm-comparison-table` is a web component built with Lit.

## Purpose

Render data/table/grid UI.

## Usage

```html theme={null}
<msm-comparison-table></msm-comparison-table>
```

## Attributes / properties

| Name            | Type   | Default | Notes |
| --------------- | ------ | ------- | ----- |
| `margin-top`    | number | `0`     |       |
| `margin-bottom` | number | `0`     |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="heading1"]`
* `slot[name="table-rows-left"]`
* `slot[name="last-row-left1"]`
* `slot[name="last-row-left2"]`
* `slot[name="heading2"]`
* `slot[name="table-rows-right"]`
* `slot[name="last-row-right1"]`
* `slot[name="last-row-right2"]`
* `slot[name="citation"]`

## Methods

No documented public methods.
