1
0

page-action-bar.md 2.0 KB


title: "PageActionBar" isDefaultIndex: false

generated: true

import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';

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.

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

Parameters

props

PageActionBarLeft

Status: Developer Preview

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

Parameters

props

PageActionBarRight

Status: Developer Preview

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

Parameters

props