Bootstrap 简明教程
Bootstrap - Sidebar Demo
What is a sidebar?
侧边栏是一个垂直列,放置在主内容区域旁边,用于显示导航信息。
A sidebar is a vertical column placed alongside the main content area and used to display navigation information.
Bootstrap 侧边栏表示使用 Bootstrap 的类和实用程序构建的自定义侧边栏组件。在 Bootstrap 中,通常使用网格系统、Flexbox 和 .col 和 .d-flex 等 CSS 类的组合来创建侧边栏。
Bootstrap sidebar represents a custom sidebar component built using Bootstrap’s classes and utilities. In Bootstrap, a sidebar is often created using a combination of the grid system, flexbox, and CSS classes such as .col and .d-flex.
以下是页眉的一些示例。
Some of the examples of the headers are as follows.
Example |
Description |
Download link |
This example shows a dark sidebar menu contains different sections and dropdown menu for user account |
||
This example shows a light sidebar with links to different sections and dropdown menu for user account. |
||
This example shows the sidebar menu which is represented by using icons. |
||
This example shows a sidebar menu contains a list of links that collapsed to show or hide their respective submenus. |
||
This example shows sidebar menu represents a list group. |