Hi @arunpatidar ,
Is there any way to show author/editor people to know that this component is hidden if they switch to the breakpoint where the component hidden.
example: I hide title component in medium breakpoint and whenever the author/editor goes to edit the page in the medium breakpoint so he/she can able to see text 'title component hidden'
Is this possible ?
With CSS you can add pseudo element and shows the title for hidden components.
Or change you component logic to always add Component Title(only in EDIT mode) which says 'Component A is hidden' and show this when the actual component content is hidden