<uimc-log-in-dialog
title=""
description=""
log-in-button-label=""
register-button-label=""
mode="">
<img src="/ui-marcom/version/3.2" alt="alternate text to describe the image">
</uimc-log-in-dialog>
Attribute | Description | Values | Default |
---|
headline | Headline of the Log In Dialog | | – |
description | Decription text for the log in | | – |
log-in-button-label | Add a log in button by setting a label for it | | none |
register-button-label | Add a register button by setting a label for it | | none |
mode | Chooses how it should be shown | modal , inline | modal |
Callback | Argument | Description |
---|
onLogIn | event | Pass a callback function that gets triggered when the log-in button is pressed |
onRegister | event | Pass a callback function that gets triggered when the register button is pressed |
<uimc-log-in-dialog
title="Welcome to UI MarCom Platform"
description="This documentation shows designers and developers how we understand brand and interactive design, and helps implement our visual identity consistently."
log-in-button-label="View documentation"
register-button-label="Close dialog"
mode="modal">
<img src="/ui-marcom/version/3.2/assets/img/keyvisuals/login-dialog.jpg" alt="alternate text to describe the image">
</uimc-log-in-dialog>