x
1
2
3
4
5
6
7
8
9
10
11
12
<div class="rpf-alert rpf-alert--aye rpf-alert--error">
<div class="rpf-alert__header"><span class="rpf-alert__icon material-symbols-sharp"></span>
<h3 class="rpf-alert__title">Alert title</h3>
</div>
<div class="rpf-alert__body">
<div class="rpf-alert__text">
<div class="rpf-markdown">
<p>Some important text with an <a href="https://www.example.com">important link</a>.</p>
</div>
</div>
</div>
</div>
1
render DesignSystem::AlertComponent.new(title:, text:, type:, modifiers:)
Param Description Input

Alert title - bold text at the top of the alert

The content of the alert (markdown)

Additional classes to add to the alert