An item layout provides a standardized group of containers to enable developer to use list-item like stack. It is used as base for `dt-list-item` component
Preview
With Default Styling
By default, item layout includes custom styling, like paddings, sizes, colors, etc.
Without Styling
Setting the unstyled property will add d-item-layout--custom class. This will change the item-layout from flexbox to grid, removing all the custom styling while maintaining the slots positions.
This way you can utilize the layout and customize your own styling using utility classes.