Renaming Dicts according to atomic design
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
RV-FullWidthContent()
|
||||
width 100%
|
||||
|
||||
RV-FullWidthContent__Item()
|
||||
+RV-Element--name('Item')
|
||||
width 100%
|
||||
RV-ContentCrop__Text()
|
||||
RV-ContentCrop__Image()
|
||||
|
||||
|
||||
+RV-Block('RV-FullWidthContent')
|
||||
RV-FullWidthContent()
|
||||
|
||||
+RV-Element()
|
||||
RV-FullWidthContent__Item()
|
@@ -0,0 +1 @@
|
||||
{}
|
11
components/04_Layouts/fullWidthContent/fullWidthContent.hbs
Normal file
11
components/04_Layouts/fullWidthContent/fullWidthContent.hbs
Normal file
@@ -0,0 +1,11 @@
|
||||
<div clas="RV-FullWidthContent__Container">
|
||||
<div class="RV-FullWidthContent__Item">
|
||||
<img src="http://via.placeholder.com/780x600"/>
|
||||
</div>
|
||||
<div class="RV-FullWidthContent__Item">
|
||||
<img src="http://via.placeholder.com/360x280"/>
|
||||
</div>
|
||||
<div class="RV-FullWidthContent__Item"></div>
|
||||
<div class="RV-FullWidthContent__Item"></div>
|
||||
<div class="RV-FullWidthContent__Item"></div>
|
||||
</div>
|
Reference in New Issue
Block a user