Bootstrap CSS Classes

Bootstrap CSS class .nav flex-column

<nav class="nav flex-column">
  <a class="nav-link active" href="#">Active</a>
  <a class="nav-link" href="#">Link</a>
  <a class="nav-link" href="#">Link</a>
</nav>

Preview

Check .nav flex-column 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.

More Bootstrap CSS classes in Navs category

© 2024 Shuffle. All rights reserved.