How to use the swipe card component?

views:
  - title: "Example"
    path: "example"
    panel: false
    cards: 
      - type: custom:swipe-card
        start_card: 1
        parameters:
          width: 120
          height: 200
          roundLengths: true # 设置为true舍入幻灯片宽度和高度的值,以防止通常分辨率屏幕上的文本模糊
          speed: 650 #速度
          spaceBetween: 20 #卡片之间的距离
          threshold: 7
          coverflowEffect:
            rotate: 80
            depth: 300
        cards:
          - type: custom:button-card
            entity: sun.sun
            name: 室内温度
          - type: custom:button-card
            entity: zone.home  
          - card: custom:mini-graph-card
            noPadding: true
            cardOptions:
              entities:
                - sensor.lumi_mgl01_3897_illumination_sensor
              name: 光照传感器

I use the component to report an error. How do I modify it.