Skip to content

Latest commit

 

History

History

more-less

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

More/Less

The d2l-more-less element can be used to minimize the display of long content, while providing a way to reveal the full content.

More-Less [d2l-more-less]

<script type="module">
  import '@brightspace-ui/core/components/more-less/more-less.js';
</script>
<d2l-more-less>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</d2l-more-less>

Properties

Property Type Description
blur-color String Gradient HEX formatted color of the blurring effect (defaults to white).
expanded Boolean Specifies the expanded/collapsed state of the content
h-align String A value of text aligns the leading edge of text
height String, default: '4em' Maximum height of the content when in "less" mode. The d2l-more-less element itself will take up additional vertical space for the fading effect as well as the more/less button itself.
inactive Boolean Whether the component is active or inactive