<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
<div class="molecule-example">
<h2 class="molecule-example__heading">Molecule 1 heading</h2>
<div class="molecule-example__solid-pattern">
<p class="molecule-example__text">The text in the @molecule-example.</p>
</div>
<div class="molecule-example__dry-pattern">
<p class="atom-example">The text in the @atom-example.</p>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="molecule-example">
<h2 class="molecule-example__heading">Molecule 2 heading</h2>
<div class="molecule-example__solid-pattern">
<p class="molecule-example__text">The text in the @molecule-example.</p>
</div>
<div class="molecule-example__dry-pattern">
<p class="atom-example">The text in the @atom-example.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6">
{{> '@molecule-example' moleculeData1 }}
</div>
<div class="col-xs-12 col-sm-6">
{{> '@molecule-example' moleculeData2 }}
</div>
</div>
</div>
{
"moleculeData1": {
"heading": "Molecule 1 heading",
"text": "The text in the @molecule-example.",
"atomExample": {
"text": "The text in the @atom-example."
}
},
"moleculeData2": {
"heading": "Molecule 2 heading",
"text": "The text in the @molecule-example.",
"atomExample": {
"text": "The text in the @atom-example."
}
}
}
There are no notes for this item.