> ## 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-single-page-app

> Web component msm-single-page-app.

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

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name               | Type   | Default | Notes |
| ------------------ | ------ | ------- | ----- |
| `application-name` | string | `null`  |       |
| `route`            | string | `""`    |       |
| `title`            | string | -       |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

* `slot`

## Methods

No documented public methods.
