Skip to content

Side panel

The side panel is a layout container that pushes-in from the right side of an application (for left-to-right/LTR orientation).

Usage

The side panel is used to display additional content or functionality that is related to the main content of a page.

Side panel

The panel takes the full application height and a fixed width. There are three pre-defined widths available: regular (390px), wide (500px), and extended (responsive).

The extended variant adapts its width based on application breakpoints, providing more horizontal space on larger viewports while maintaining the same behavior and interaction model as other side panels.

When to use

  • Use it to show detail information of a selected item/object from the main working area (e.g. of a list).
  • Use it for navigation items such as links or menus.
  • Use it for filter options to enable users to refine their search results.
  • Use it for settings and preferences to allow users to customize their experience.
  • Use it for help and support information.
  • Use it for notifications to alert users about important updates, events or more.

Best practices

  • Don't use it for permanent information. The content should be changing based on the context.
  • The content should be scrollable if it exceeds the height of the application window.

Except where otherwise noted, content on this site is licensed under MIT License.