How to get style system inputs data in custom component
Hi All,
I have a use case to display List in multiple ways based on user selection
1. Horizontal List
2. Carousel List
In my current approach I am loading both views on component load and just do a change of CSS "display:none" to block for selected option. So drawback is i have to load both views with duplicate data.
Is there any way I can get the selected style system data to component HTML like Display="Carousel" so I will load all tag and populate data in respective tag only and other view container will be empty.