project objects: o-more-from-heading

Available Variants

fancy homepage prototype

More From

o-more-from-heading README

This needs docs!
Create a README.md in the pattern's directory and add details about using this pattern in markdown.

o-more-from-heading Twig The markup file.
<div class="more-from // {{ o_more_from_heading_classes }}">
	{% if c_heading %}
		{% include "@larva/components/c-heading/c-heading.twig" with c_heading %}
	{% endif %}

	{% if c_v_icon %}
		{% include "@larva/components/c-icon/c-icon.twig" with c_v_icon %}
	{% endif %}
</div>
o-more-from-heading JSON The data object for this pattern.
{
	"o_more_from_heading_classes": "lrv-u-flex lrv-u-align-items-center lrv-u-padding-tb-050",
	"c_heading": {
		"c_heading_classes": "lrv-u-color-black lrv-u-font-family-primary lrv-u-font-size-16 lrv-u-font-weight-bold lrv-u-text-align-center@mobile-max u-text-transform-uppercase@mobile-max u-letter-spacing-002@mobile-max u-font-size-32@tablet",
		"c_heading_id_attr": "section-heading",
		"c_heading_text": "More From",
		"c_heading_url": "",
		"c_heading_link_classes": "",
		"c_heading_outer": false,
		"c_heading_outer_classes": "",
		"c_heading_is_primary_heading": false
	}
}