Show more/show less button
This feature allows you to compress and expand content. It provides easy access to more content without taking up space on the webpage. This also gives the user the freedom to skip the content if it’s not relevant to them.
Demo
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur lacinia velit lorem, nec venenatis augue cursus quis. Quisque convallis maximus hendrerit.
Code
{{Content displayed goes here }}
<div id="more-less-hidden-content" style="display: block;">
{{Content hidden goes here }}
</div>
<button id="toggle-caption" type="button" class="cui btn-md secondary-text">Show more<span class="cicon-chevron-down right"></span></button>