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

> Web component msm-table-row.

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

## Purpose

Render data/table/grid UI.

## Usage

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

## Attributes / properties

| Name             | Type   | Default | Notes |
| ---------------- | ------ | ------- | ----- |
| `padding-top`    | number | `3`     |       |
| `padding-bottom` | number | `0`     |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot[name="left-text"]`
* `slot[name="right-text"]`

## Methods

No documented public methods.
