src/lib/markup-kit/page-layouts/central-page/central-page.component.ts
A component representing a central page layout.
Example of usage:
<mefdev-central-page [width]="'80%'">
Content goes here...
</mefdev-central-page>
OnInit
OnDestroy
AfterViewChecked
selector | mefdev-central-page |
styleUrls | ./central-page.component.scss |
templateUrl | ./central-page.component.html |
Inputs |
constructor()
|
width |
Type : string
|
Default value : '100%'
|
The width of the central page. Defaults to '100%'. You can specify the width using CSS units (e.g., '80%', '500px'). |