angular-dynamic-layout
angular-dynamic-layout copied to clipboard
Proposing new feature: a way to have an item to have the full width of the container
As in #27 ...
An attribute named 'dynamic-layout-fullWidth' in the first child of each item/card to indicate that the item should have its width equal to container width.
You should already be able to do that in the CSS by setting the width of the element to be the same of the container.