You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@assaabloy/gw-group-cards-slider

Package Overview
Dependencies
Maintainers
9
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assaabloy/gw-group-cards-slider

Web component - Cards Slider

22.4.0
latest
Source
npmnpm
Version published
Weekly downloads
68
-87.84%
Maintainers
9
Weekly downloads
 
Created
Source

ASSA ABLOY Global web - web components

Cards Slider

Custom HTML element

<gw-group-cards-slider content="" theme=""></gw-group-cards-slider>

Properties

NameTypeDescription
contentStringbase64 encoded object
themeString

content

{
  "url": "",
  "title": "",
  "text": "",
  "cardsTotalCount": 0,
  "primaryCard": {
    "title": "",
    "link": {
      "text": "",
      "url": "",
    },
  },
  "noCardMessage": "",
  "cards": [
    {
      "title": "",
      "text": "",
      "type": "default" | "primary" | "feature" | "product" | "category" | "story"
      "image": {
        "url": "",
        "width": 0,
        "height": 0,
        "renditions": {
          "blur-up": "",
          "400": "",
          "800": "",
          "1200": "",
          "1600": "",
          "2500": ""
        },
        "smartCrops": {
          "1-1-S": "",
          "1-1-M": "",
          "1-1-L": "",
          "4-3-S": "",
          "4-3-M": "",
          "4-3-L": "",
          "3-4-S": "",
          "3-4-M": "",
          "3-4-L": "",
          "8-3-S": "",
          "8-3-M": "",
          "8-3-L": "",
          "16-9-S": "",
          "16-9-M": "",
          "16-9-L": "",
          "blur-up": ""
        }
      },
      "mediaType": "video" | "image" | "dynamicMediaVideo",
      "dynamicMediaVideo": {
        "serverurl": "",
        "videoserverurl": "",
        "contentUrl": "",
        "asset": "",
        "poster": {
          "width": 1600,
          "height": 900,
          "url": "",
          "alt": "",
          "renditions": {},
          "smartCrops": {}
        }
      },
      "video": {
        "title": "",
        "src": ""
      },
      "link": {
        "text": "",
        "url": ""
      }
    },
  ],
  "config": {
    "aspectRatio": "1-1" | "4-3" | "3-4" | "8-3" | "16-9",
    "cardSize": "small" | "large",
    "cardType": "default" | "primary" | "feature" | "product" | "story"
    "cardCountLimit": 0,
    "padding": {
      "top": true,
      "bottom": true
    }
  }
}

theme Two different background options:

  • "theme-alt-1" (white)
  • "theme-alt-2" (grey)

Dependencies @assaabloy/gw-group-vendor @assaabloy/brand-styles

FAQs

Package last updated on 01 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts