Constructs a layout instance around its Template template parts.
The template parts that are assembled to build the layout. Template parts are concatenated in a sequential process where the indexes define the order of assembly.
Generated using TypeDoc
This class extends the Layout class to build a single component page. Typically, such single component pages display only one component that is centered both vertically and horizontally.
The single component layout is useful to build log-in and sign-up screens or focussed feature screens.
Using the SingularLayout class
v0.1.0