-
When would you use one over the other? And why? |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Apr 17, 2024
Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
mxmissile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FluentLayout
just hasChildContent
this means you are totally free on what you want to render inside of it. For example, yYou define if you want a header and what it will look likeFluentMainLayout
gives you parameters for header, sub-header, etc. If you provide content for those renderfragments they will be shown at set 'positions' in the layout. So it is more pre-defined on what it will look like. TheHeader
will be rendered with theFluentHeader
, etc