Skip to content

SiSidePanelActionsComponent documentation

selector
si-side-panel-actions

Creates an actions container for the side-panel. This action will remain visible if the side-panel is collapsed.

Example:

<si-side-panel-content>
  <si-side-panel-actions>
      <button
        type="button"
        si-side-panel-action
        icon="element-alarm-background-filled"
        iconColor="status-danger"
        stackedIcon="element-alarm-tick"
        stackedIconColor="text-body"
        (click)="action()"
      >
        Action
      </button>
  </si-side-panel-actions>
</si-side-panel-content>

No API to document for this.

Types Documentation

No types to document for items on this page.


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