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

Bootstrap class: .list-inline

<ul class="list-inline">
  <li class="list-inline-item">Lorem ipsum</li>
  <li class="list-inline-item">Phasellus iaculis</li>
  <li class="list-inline-item">Nulla volutpat</li>
</ul>

Preview

  • Lorem ipsum
  • Phasellus iaculis
  • Nulla volutpat

Check .list-inline 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

/* _type.scss:89 */
.list-inline {
  @include list-unstyled;
}

Uses variables

Code copied to the clipboard.

Copying failed

/* _type.scss:89 */

More in Bootstrap Typography