> ## 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-link

> Web component msm-link.

`msm-link` is a web component built with Lit.

## Purpose

Use this component as a reusable UI building block.

## Usage

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

## Attributes / properties

| Name                  | Type    | Default       | Notes |
| --------------------- | ------- | ------------- | ----- |
| `button-link`         | string  | -             |       |
| `button-text`         | string  | `'Click me!'` |       |
| `button-outgoing`     | boolean | -             |       |
| `type`                | string  | -             |       |
| `text-main-color`     | string  | -             |       |
| `text-second-color`   | string  | -             |       |
| `button-main-color`   | string  | -             |       |
| `button-second-color` | string  | -             |       |
| `button-padding`      | string  | -             |       |
| `button-text-size`    | string  | -             |       |

## Events

This component does not emit custom events.

## CSS parts

No documented `part` slots.

## Slots

No documented slots.

## Methods

No documented public methods.
