Angular Material Fab-Toolbar<Md-fab-toolbar> is an Angular directive which contains headers, titles, or functions. It is used to show the elements or buttons for quick use of the functions. You can use the toolbar with the trigger. In Fab-toolbar the md-open attributes is used to control the program. In Fab-Toolbar we have to set the visible direction by using the toolbar md-direction. The component supports left options. AttributesThe table lists out the description of attributes of the md-Fab toolbar.
Single rowA toolbar is placed at the top of the application and contain a single line containing the title of the application. Multiple rowsThe toolbar contain multiple rows at a time. To creating toolbars with multiple rows in Angular content is placing <mat-toolbar-row> elements inside the <mat-toolbar>. Note: Placing the content outside a <mat-toolbar-row> where many rows are specified is not supported.Positioning Toolbar ContentThe toolbar does not display state of the contents. It gives the full power to the position of the content to the user. It is accomplished with demonstration: ExampleIt shows the md-fab-toolbar directive and its uses. am_fabtoolbar.html Output: Next TopicAngular Material Slider |