Side panel best practices

Side panels are the panels on the side of the screen. By default the side panels are hidden and get activated when user activates it through a button.

Anatomy

  1. Title

  2. Body

  3. Actions

Title

The title is like the heading of the pane. It's usually at the top and tells you what the pane is about.

Follow the content guideline for heading and subheadings.

Body

The body is the main part of the pane. It's where you see the actual content or information related to the title. It can contain text, images, charts, form or any information relevant to the topic.

Actions

Actions are most often represented as buttons and allow users to confirm, dismiss, or acknowledge something. Follow the content guidelines for buttons

When to use

  • While adding/editing content information.

  • For complex forms and large content.

Best practices

Examples

Refer this documentation.

Do's and Don'ts

🚫 Don'ts

1.gif
Caution - Displaying pane over pane is not user friendly

form used in modal.gif
Caution - Don't use form in modal

✅ Do's

2.gif
Do - Follow best practices for title, body and buttons

3.gif
Do - Follow best practices for title, body and buttons

panel can trigger modal.gif
Do - Modal can be triggered by pane elements

https://github.com/bigbinary/neeto-engineering-ui-ux/issues/8