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
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.
<dt-item-layoutunstyled><template#start><dt-iconsize="300"name="lock"/></template>
Layout title
<template#subtitle>
Subtitle
</template><template#bottom><dt-badge>Content</dt-badge></template><template#end><dt-iconsize="300"name="share"/></template><template#selected><dt-iconsize="300"name="check"/></template></dt-item-layout>