msm-user-login-modal is a web component built with Lit.
Purpose
Provide authentication-related UI (login/logout).Usage
Attributes / properties
Events
This component does not emit custom events.CSS parts
baselabel
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Login UI component.
msm-user-login-modal is a web component built with Lit.
<msm-user-login-modal></msm-user-login-modal>
| Name | Type | Default | Notes |
|---|---|---|---|
z-index | number | - | |
window | string | - | |
isShowNewPasswordError | boolean | false | property only |
isShowConfirmPasswordError | boolean | false | property only |
theme | string | - | |
color-scheme | string | - | |
type | string | - | |
icon | string | - | |
icon-height | string | - | |
logout-page-url | string | - | |
account-page-url | string | - | |
privacy-page-url | string | - | |
terms-page-url | string | - | |
role | string | "user" |
baselabel