Login
Login modal, for use with Qlik Sense Cloud. The component will direct the user to log onto their QCS tenant and redirect back to the mashup.
info
This component is included by default as part of the Motor component.
Usage
import { Login } from @motor-js/core//...<Login />
Props
Prop | Description | Options / Example |
---|---|---|
header | header text of the login modal | string |
body | body text of the login modal | string |
size | size of the heading | oneOf 'tiny' 'small' 'medium' 'large' 'xlarge' |
buttonText | login button text | string |
backgroundColor | background color | string |
buttonFontColor | button font color | string |
buttonColor | button color | string |