Hi Team,
I want to show a banner(like we have in DM) on top of my LCA application on certain conditions.
Is there an option in LCA for this
Hi Hari,
Currently, conditionals are only supported in templates, such as within a grid component. One workaround could be adding a grid component at the top of your page and conditionally displaying an item there. The downside is that the space will remain reserved even when no banner is shown.
Another option is to display a notification in the bottom right corner of the app, but there's no way to do this conditionally at the moment. This would require modifying the app to enable that functionality.
That said, conditional rendering of components is on our roadmap, and I’ll update you here once it’s available.