From the documentation on Full-width vs Centered, both example look pretty much the same (except for different column size for child items but I don't think that's what "full-width" and "centered" are about, correct me if I'm wrong).
AFAIK, full-width & centered are equivalent of Bootstrap's container-fluid and container, right?
AFAIK, full-width & centered are equivalent of Bootstrap's container-fluid and container, right?
No, they are not. Our Grid container is fluid and only fluid.
The demo your are referring to show how the xs, md are triggered and affect the layout.
It's an implementation of the Full-width vs Centered section of the specification. video
This section of the docs makes me uncertain too.
No, they are not. Our Grid container is fluid and only fluid.
The demo your are referring to show how the xs, md are triggered and affect the layout.
It's an implementation of the Full-width vs Centered section of the specification. video
adding your answer in the docs would make it clearer.
Just wanted to add that I made the same assumption as @varoot and thought it was similar to bootstrap's container vs. fluid containers.
Most helpful comment
Just wanted to add that I made the same assumption as @varoot and thought it was similar to bootstrap's container vs. fluid containers.