CaWidgetContainer
A container holding a set of widgets
SASS-path: ./styles/components/molecules/ca-widget-container.scss
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| container | The container data object | Object | true | - |
| widgetImageSizes | Sizes attribute for widget images. Set with widget size as key like so: {full: '(min-width:1360px) 1320px, 96vw'} etc. Defaults to $config.widgetImageSizes if not set | Object | false | null |
| isFirst | - | Boolean | false | false |
| widgetAreaVariables | - | Object | true | - |
Events
| Event Name | Description | Parameters |
|---|---|---|
| container-mounted | - | - |