The Alert component introduces:
The method <%= code("render_alert") %> defined in <%= code("app/helpers/components/alert_helper.rb") %> accepts a <%= code("title:") %> and <%= code("description:") %> required keyword arguments along with an optional <%= code("variant:") %> argument for the kind of alert to render. Skip the icon by setting the optional argument <%= code("icon:") %> to <%= code("false") %>.