Return to Sky UI homepage

Upsell - React

import { Upsell } from '@sky-uk/ui-sections';

Example

The Upsell section features an Image and short copy section with optional app buttons.

Props

Props marked with ? are optional. Sections or section elements that do not provide the required props will not render. The data prop support key/value pairs that are rendered as kebab case data attributes on the component.

  • $animated?: boolean
  • $appearance?: string (default | light)
  • $theme?: GradientKey (gradient)
  • appStoreCtas?: array
    • data?: object
    • href: string
    • alt: string
    • src: string
  • background?: object
    • color?: Color (color)
    • image?: object
      • src: string
    • theme?: GradientKey (gradient)
  • data?: object
  • header: object
    • body?: string
    • headline: string
    • headlineLevel?: string (h1 | h2 | h3);
    • overline?: string | object
      • alt?: string
      • src: string
  • image: object
    • alt?: string
    • src: string