project objects: o-more-from-heading.fancy

Available Variants

fancy homepage prototype

The Emmys

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.fancy 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-font-family-primary u-font-size-26 lrv-u-font-weight-normal u-letter-spacing-001 lrv-u-color-white u-font-size-32@tablet",
		"c_heading_id_attr": "section-heading",
		"c_heading_text": "The Emmys",
		"c_heading_url": "",
		"c_heading_link_classes": "",
		"c_heading_outer": false,
		"c_heading_outer_classes": "",
		"c_heading_is_primary_heading": false
	}
}