Bottom Alert
<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 dismissedExample

Usage
HTML
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' |
Modified at 2025-03-04 12:54:02