mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3512] SidenavLayoutComponent option to show the sidebar on the right (#3768)
* add sidebar end start property * add demo and test * fix test * fix failing test
This commit is contained in:
@@ -44,6 +44,7 @@ body of the element:
|
||||
| tooltip | `string` | The tooltip text for the application logo.
|
||||
| color | `string` | Background color for the header. It can be any hex color code or the Material theme colors: 'primary', 'accent' or 'warn'.
|
||||
| showSidenavToggle | `boolean` | Signals if the sidenav button will be displayed in the header or not. By default is true.
|
||||
| position | `string` | 'start' | The side that the drawer is attached to 'start' or 'end' page |
|
||||
|
||||
### Events
|
||||
|
||||
|
@@ -73,6 +73,7 @@ sub-components (note the use of `<ng-template>` in the sub-components' body sect
|
||||
| sidenavMax | `number` | | Maximum size of the navigation region |
|
||||
| sidenavMin | `number` | | Minimum size of the navigation region |
|
||||
| stepOver | `number` | | Screen size at which display switches from small screen to large screen configuration |
|
||||
| position | `string` | 'start' | The side that the drawer is attached to 'start' or 'end' page |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user