is now part of Shuffle™. The new editor includes templates for Bootstrap, Bulma, Material-UI, and Tailwind CSS.
Switch to Shuffle →

Bootstrap class: .row

<div class="container">
  <div class="row">
  <!-- col- elements here -->
  </div>
</div>

Preview

No preview available for this one.

Check .row in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

Tips 💡

Sass source

/* _grid.scss:28 */
.row {
  @include make-row();
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _grid.scss:28 */

More in Bootstrap Grid