Skip to main content

PageActionBar

PageActionBar

Status: Developer Preview

A component for displaying the main actions for a page. This should be used inside the Page component. It should be used in conjunction with the PageActionBarLeft and PageActionBarRight components as direct children.

Signature
function PageActionBar(props: { children: React.ReactNode }): void

Parameters

props

parameter
{ children: React.ReactNode }

PageActionBarLeft

Status: Developer Preview

Signature
function PageActionBarLeft(props: { children: React.ReactNode }): void

Parameters

props

parameter
{ children: React.ReactNode }

PageActionBarRight

Status: Developer Preview

Signature
function PageActionBarRight(props: { children: React.ReactNode }): void

Parameters

props

parameter
{ children: React.ReactNode }