CTA Card

Default

Example:

Config:

{
  "items": [
    {
      "label": "Taxation for Volatility, Commodity and Currency ProShares)",
      "to": "#"
    },
    {
      "label": "Performance, pricing, and how to purchase ETFs",
      "to": "#"
    },
    {
      "label": "Investing with Leveraged and/or Inverse funds",
      "to": "#"
    },
    {
      "label": "About Volatility Indexes",
      "to": "#"
    },
    {
      "label": "Changes to the UVXY and SVXY Investment Objectives",
      "to": "#"
    },
    {
      "label": "Distrubutions for ProShares ETFs",
      "to": "#"
    },
    {
      "label": "About Forward and Reverse Splits",
      "to": "#"
    }
  ]
}

With title

Example:

Config:

{
  "className": "backgrounds",
  "title": "Learn More",
  "items": [
    {
      "label": "Taxation for Volatility, Commodity and Currency ProShares)",
      "to": "#"
    },
    {
      "label": "Performance, pricing, and how to purchase ETFs",
      "to": "#"
    },
    {
      "label": "Investing with Leveraged and/or Inverse funds",
      "to": "#"
    },
    {
      "label": "About Volatility Indexes",
      "to": "#"
    },
    {
      "label": "Changes to the UVXY and SVXY Investment Objectives",
      "to": "#"
    },
    {
      "label": "Distrubutions for ProShares ETFs",
      "to": "#"
    },
    {
      "label": "About Forward and Reverse Splits",
      "to": "#"
    }
  ]
}