Good afternoon,
I would like to have a div which has a component inside it - the reason is so this can be invisible when you first go on the page but with a click of a link will activate it.
What would the caller be for this? Something like:
[component='futher-details']
This will be wrapped in the following to make it to make it visible / invisible:
<div class="resume" id="expe1">
[component='futher-details']
</div>
Thank you!
Jason