Light Mode
Bottom Alert
The <salla-bottom-alert>
web component displays a message to the Merchant at the bottom of the used component. It blockes interaction with the rest of the screen until they are dismissed
Example
Usage
<!-- Basic Bottom Alert component usage -->
<salla-bottom-alert
message="Lorem Ipsum"
type="banner"
icon="sicon-anchor">
</salla-bottom-alert>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
Action Label | action-label |
Alert's Button label, which is used when the type value is either link or popup |
string |
undefined |
Action URL` | action-url |
Alert's Button URL, which is used when the type value is link |
string |
undefined |
Icon | icon |
Alert's Icon class from Salla Icons library | string |
undefined |
Message | message |
Alert's Message which is a text that appears on the action button | string |
undefined |
Type | type |
Alert Type, which specifies how the alert should look like | "banner" | "link" | "popup" |
'popup' |
Last modified: 7 months ago