workspace-simple/src/workspace-simple/workspace-simple.component.ts
Provides a simple template for content layout.
import { WorkspaceSimpleComponent } from '@talenra/components/workspace-simple';| selector | talenra-workspace-simple |
| imports |
ContentLayoutComponent
NgTemplateOutlet
|
| styleUrls | ./workspace-simple.component.scss |
| templateUrl | ./workspace-simple.component.html |
Inputs |
| overscrollHeader |
Default value : true, { transform: booleanAttribute }
|
|
Determines whether the content is allowed to take the full height and to cover the
header when scrolled. Has no effect if See ContentLayoutComponent for more information. Example : |
| useContentLayout |
Default value : false, { transform: booleanAttribute }
|
|
If true, the content passed to the component will be wrapped by a
See ContentLayoutComponent for more information. Example : |
| useHeader |
Default value : true, { transform: booleanAttribute }
|
|
Determines whether the layout uses a header element. Has no effect if See ContentLayoutComponent for more information. Example : |
| useStickyBar |
Default value : true, { transform: booleanAttribute }
|
|
Determines whether the layout uses a sticky bar element. Has no effect if See ContentLayoutComponent for more information. Example : |
| useStickyFooter |
Default value : true, { transform: booleanAttribute }
|
|
Determines whether the layout uses a sticky footer element. Has no effect if See ContentLayoutComponent for more information. Example : |
| width |
Type : TWorkspaceWidth
|
Default value : WorkspaceWidth.L
|
|
Determines the maximum width of the layout. Defaults to See WorkspaceWidth |