Skip to content

Workflow Panel

<tpg-workflow-panel></tpg-workflow-panel>

The Workflow Panel is a fundamental element within the application’s user interface, positioned on the right side to cater to the user’s primary interactions and navigation within the application. This component serve as a centralized hub, consolidating essential features and functionalities in a single, accessible location. By doing so, it aims to redefine the user experience, fostering a more intuitive and efficient workflow.

Examples

Without content

This is the most simple, basic version of the workflow-panel. Showing the min-height and min-width when panel-content slot is empty.

When slotting in content using default slot

Use the default slot to fill the workflow-panel with content. The panel will grow in height, and when reaching the max available height a scroll-bar appears.

Tables

Properties

Attribute Property Description Type Default Value
No properties found.

Events

Event name Reactjs attribute Description
No events found.

Functions

Name Description Arguments
scrollDown Scrolls down the content by scrollAmount
  • scrollAmount: ??? = 50
scrollUp Scrolls up the content by scrollAmount
  • scrollAmount: ??? = 50

Slots

Name Description
breadcrumbs Slot reserved for a tpg-breadcrumbs.
footer Slot reserved for tpg-footer
Slot reserved for the content of the workflow panel.

CSS Parts

Attribute Description
No CSS parts found.

Sandbox