Create flexible card for Starshot Demo Design System

Created on 1 August 2024, 8 months ago
Updated 23 August 2024, 7 months ago

Problem/Motivation

When building out the other components and discussing in the XB channel, it was decided to create a flexible card that handles the different displays and orientations.

Steps to reproduce

Proposed resolution

Create the flexible card component to support the Icon Cards, Navigation Cards, and Resource Cards.

Remaining tasks

  • Create component
  • Review and testing
  • Documentation

User interface changes

Card will show up in Experience Builder.

API changes

Data model changes

πŸ“Œ Task
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Kristen Pol
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Alan has made a lot of progress on this and it will be likely draft ready EOD today.

  • Assigned to Kristen Pol
  • Status changed to Needs review 8 months ago
  • πŸ‡¦πŸ‡ΊAustralia febdao Canberra
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Feb did a review yesterday, but assigning to myself for review before it can be merged.

    https://git.drupalcode.org/project/demo_design_system/-/tree/b4c9ff45792...

  • Assigned to jacobadeutsch
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    I think the variable definition is a bit different than in other places, so assigning to Jacob to suggest improvements here based on the SDC conversion work.

    /**
     * @file
     * Starshot card component.
     *
     * Variables:
     * - theme: [string] Theme: light, dark.
     * - display: [string] vertical, horizontal, centered, overlay.
     * - title: [string] Title.
     * - summary: [string] Title.
     * - link: [object] E.g. { text, url, is_external }.
     * - background: [string] Image url.
     * - tags: [array] Array of tags e.g. { icon, content, icon_placement, url, is_new_window, is_external }.
     * - image: [object] Image object e.g. { url, alt }.
     * - attributes: [string] Additional attributes.
     * - modifier_class: [string] Additional classes.
     */
    
  • Here's an updated twig:

    /**
     * @file
     * Card component.
     *
     * Variables:
     * - theme: [string] Theme: light, dark.
     * - display: [string] Card display: vertical, horizontal, centered, overlay.
     * - title: [string] Card title.
     * - summary: [string] Card summary.
     * - link: [object] Link object:
     *    - text: [string] Text for the link.
     *    - url: [string] URL for the link.
     *    - is_external: [boolean] Link is external or not.
     * - background: [string] URL for the background image.
     * - tags: [array] Tags array:
     *   - icon: [string] Icon name.
     *   - content: [string] Tag text.
     *   - icon_placement: [string] Icon position: left, right.
     *   - url: [string] URL for the link.
     *   - is_new_window: [boolean] Open link in a new window.
     *   - is_external: [boolean] Link is external or not.
     * - image: [object] Image object:
     *    - url: [string] URL for the image.
     *    - alt: [string] Image alt text.
     * - attributes: [string] Additional attributes.
     * - modifier_class: [string] Additional classes.
     */
    

    I based this off of various other component's twigs. I'm not sure if anything else has to be added for this component in particular, but this should work better for now.

  • Assigned to Kristen Pol
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Thanks! I'll get that updated.

  • Status changed to RTBC 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    I've updated that in the branch. Marking this ready. Leaving assigned to me until this is merged.

    https://git.drupalcode.org/project/demo_design_system/-/commit/9da074b70...

  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    Simplifying language.

  • Issue was unassigned.
  • Status changed to Fixed 8 months ago
  • πŸ‡ΊπŸ‡ΈUnited States Kristen Pol Santa Cruz, CA, USA

    This was merged so marking fixed.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024