1.0.0 • Published 2 years ago

@mdbootstrap/bootstrap-inline-list v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Responsive Inline list built with the latest Bootstrap 5. Inline lists are responsive components for displaying a series of content. Many examples and tutorials.

Check out Bootstrap Inline list Documentation for detailed instructions & even more examples.

Basic example

Bootstrap 5 Inline list

<ul class="list-inline">
  <li class="list-inline-item">Item 1</li>
  <li class="list-inline-item">Item 2</li>
  <li class="list-inline-item">Item 3</li>
  <li class="list-inline-item">Item 4</li>
  <li class="list-inline-item">Item 5</li>
</ul>

How to use?

  1. Download MDB 5 - free UI KIT

  2. Choose your favourite customized component and click on the image

  3. Copy & paste the code into your MDB project

▶️ Subscribe to YouTube channel for web development tutorials & resources

More examples

With bullets:

Bootstrap 5 Inline list #1

With separators:

Bootstrap 5 Inline list #2

Align right:

Bootstrap 5 Inline list #2

You can find other examples here.

More extended Bootstrap documentation