x
1
2
3
4
5
<div class="c-text-card">
<h3>Learn newsletter</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<a class="rpf-button" href="https://google.com">Learn More<span class="rpf-button__icon material-symbols-sharp">open_in_new</span></a>
</div>
1
2
3
4
5
6
7
8
9
cta = show_cta ? { href:, label: } : {}
c(
'site/text_card',
{
title:,
copy: ActiveSupport::SafeBuffer.new(copy),
cta:
}
)
Param Description Input

The title to display

The copy to display

Whether to show the call to action

The URL to link to

The label for the call to action