> ## 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-user-profile

> Web component msm-user-profile.

`msm-user-profile` is a web component built with Lit.

## Purpose

Provide user/account UI building blocks.

## Usage

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

## Attributes / properties

| Name                | Type    | Default | Notes         |
| ------------------- | ------- | ------- | ------------- |
| `href`              | string  | -       |               |
| `isLogged`          | boolean | -       | property only |
| `isEditFullName`    | boolean | `false` | property only |
| `isEditMobilePhone` | boolean | `false` | property only |
| `isEditEmail`       | boolean | `false` | property only |
| `isShowEmailError`  | boolean | `false` | property only |
| `isEditBirthdate`   | boolean | `false` | property only |
| `item`              | object  | -       |               |
| `profile`           | promise | -       |               |

## Events

This component does not emit custom events.

## CSS parts

* `base`

## Slots

No documented slots.

## Methods

No documented public methods.
