bootRow


Snippet Details

Shortcut
bootRow
Description
Markup for a bootstrap row
Language
html
Types
Expansion, SurroundsWith
Author
matthew.hintzen
Upload on
8-5-2014 03:24:52
Downloads
2230

Declarations

ID ToolTip Default
xsCols On tiny screen takes up X of 12 cols (smartphone) 12
smCols On small screen takes up X of 12 cols (Tablet) 4
mdCols On medium screen takes up X of 12 cols (Laptop) 4
lgCols On large screen takes up X of 12 cols (Desktop) 2

Code Output

        <div class="row">
					<div class="col-xs-$xsCols$ col-sm-$smCols$ col-md-$mdCols$ col-lg-$lgCols$">
$end$$selected$</div>
				</div>


    

HTML Output

$end$$selected$

Download Add to .VSIX Package


comments powered by Disqus

Extension Package

No snippets are added


Languages