Menu lists vertical navigation—dashboard sidebars, settings screens, filters. Markup: menu → menu-label sections → menu-list with <ul><li><a>. Highlight the current page with is-active on the link.
Media object
media aligns an avatar or icon beside body copy—comments, activity feeds, team rosters. Structure: media → media-left (figure) + media-content. Nest smaller media blocks for threaded replies.
Composition
Pair a column is-one-quarter menu with a media feed in the main column—the classic admin shell without Bootstrap’s offcanvas JS.
Self-check
- Which class marks the active menu link?
- Where does the avatar figure live in a media object?