Rivet - Port Interactive Panel chunk as Basic Clickable, Raised, Card component

Created on 6 December 2023, 7 months ago
Updated 13 December 2023, 7 months ago

Problem/Motivation

The interactive panel chunk should be migrated to the Basic Rivet Card with the Clickable and Raised (box shadow) features enabled.

Before:

<div class="panel--interactive">
    <a href="#">
    <h2 class="title">Panel Heading (h2)</h2>
    <p>This is the panel-button text</p>
    </a>
</div>

After:

<div class="rvt-card rvt-card--clickable rvt-card--raised">
  <div class="rvt-card__body">
    <h2 class="rvt-card__title">
      <a href="#">Panel Heading (h2)</a>
    </h2>
    <div class="rvt-card__content [ rvt-flow ]">
      <p>This is the panel-button text</p>
    </div>
  </div>
</div>

https://codepen.io/jameswilson/pen/gOqqYNa

πŸ“Œ Task
Status

Fixed

Version

2.2

Component

Code

Created by

πŸ‡ͺπŸ‡¨Ecuador jwilson3

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024