larva modules: read-next

Available Variants

prototype
read-next README

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

read-next Twig The markup file.
<aside class="read-next // {{ read_next_classes }}">
	{% include "@larva/components/c-span/c-span.twig" with c_span %}
	{% include "@larva/components/c-title/c-title.twig" with c_title %}
</aside>
read-next JSON The data object for this pattern.
{
	"read_next_classes": " lrv-a-hidden@desktop-max lrv-u-flex lrv-u-align-items-center lrv-u-flex-1 lrv-u-font-family-body lrv-u-font-size-16",
	"c_span": {
		"modifier_class": "",
		"c_span_classes": "lrv-u-whitespace-nowrap lrv-u-text-transform-uppercase  lrv-u-font-weight-bold",
		"c_span_text": "Read Next: ",
		"c_span_url": "",
		"c_span_link_classes": ""
	},
	"c_title": {
		"c_title_classes": "lrv-u-padding-l-1 lrv-u-max-width-500 lrv-a-truncate-ellipsis lrv-u-font-weight-normal",
		"c_title_tag_text": "",
		"c_title_id_attr": "title-of-a-story",
		"c_title_text": "Here is some really long title text, it should be truncated with lrv-a-truncate-ellispis, we hope!!!!!! Wow it's so long.",
		"c_title_markup": "",
		"c_title_link_classes": "lrv-a-unstyle-link",
		"c_title_url": "#"
	}
}