AppBar
AppBar component for Universal Dashboard
Last updated
AppBar component for Universal Dashboard
Last updated
The App Bar displays information and actions relating to the current screen.
The top App Bar provides content and actions related to the current screen. It's used for branding, screen titles, navigation, and actions.
To create an app bar that is pinned to the bottom of the page, you can use the -Footer
parameter.
New-UDAppBar
Name
Type
Description
Required
Id
String
The ID of the component. It defaults to a random GUID.
false
Drawer
Hashtable
A drawer that can be opened from this AppBar. Use New-UDDrawer to create a drawer to pass to this parameter.
false
Children
ScriptBlock
Children of this AppBar. The children of an AppBar are commonly text and buttons.
false
Position
String
The position of this AppBar. A fixed position will override the default AppBar.
false
Footer
Switch
Creates an app bar pinned to the bottom of the page.
false