Tags are compact labels for status, counts, and categories: tag with is-success, is-warning, or is-delete (still needs JS for remove behavior). Group tags in tags has-addons for label + value pairs.
Breadcrumb
nav.breadcrumb with an ordered list shows hierarchy—useful above admin tables and docs pages. The active page is the last li.is-active item; earlier items should be real links when destinations exist.
Accessibility
- Breadcrumbs benefit from
aria-label="breadcrumbs"on thenav. - Status tags should include visible text, not color alone.
Self-check
- How do you show a success status on an order row?
- Which list item represents the current page in a breadcrumb?