KDE Visual Design Group/KirigamiHIG/NavigationPatterns/PageRow: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 11: Line 11:
* Use one page/column for each level of the hierarchy (or more generally, for each step of the navigation).
* Use one page/column for each level of the hierarchy (or more generally, for each step of the navigation).
* Pages can for example be [[../List | Lists]] or [[../Grid | Grids]], or a detail view of a particular item.
* Pages can for example be [[../List | Lists]] or [[../Grid | Grids]], or a detail view of a particular item.
* Make sure to set meaningful page titles, so they can create a useful breadcrumb trail
* Make sure to set meaningful but short page titles, so they can create a useful breadcrumb trail


* For the command structure, see the [[../../CommandPatterns | Command Patterns]]
* For the command structure, see the [[../../CommandPatterns | Command Patterns]]

Revision as of 17:05, 3 May 2016

Column-based Navigation

When to use

Column-based navigation is ideal for navigating through a hierarchically organized information space, where users often go back and forth between different levels of the hierarchy.

(TODO: Image)

How to use it

General

  • Use one page/column for each level of the hierarchy (or more generally, for each step of the navigation).
  • Pages can for example be Lists or Grids, or a detail view of a particular item.
  • Make sure to set meaningful but short page titles, so they can create a useful breadcrumb trail

Desktop/tablet-specific

  • Consider using multiple-width columns where you need more horizontal space to present the content of a column properly

Implementation