project components: c-iframe

Available Variants

prototype
c-iframe README

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

c-iframe Twig The markup file.
<div class="c-iframe-wrapper // {{c_iframe_wrapper_classes}}">
	<iframe class="c-iframe // {{c_iframe_classes}}" src="{{c_iframe_url}}" height="{{c_iframe_height_attr}}" width="{{c_iframe_width_attr}}" ></iframe>
</div>
c-iframe JSON The data object for this pattern.
{
	"c_iframe_wrapper_classes": "",
	"c_iframe_classes": "",
	"c_iframe_url": "about:blank",
	"c_iframe_height_attr": "",
	"c_iframe_width_attr": ""
}