Note
A brief piece of information given to the user.
Projects /
A brief piece of information given to the user.
The Note component is an extra piece of information given to the user.
If used inside a text-component, make sure to add the .text-component__block
class to the note:
<div class="text-component">
<h1>Article</h1>
<!-- ... -->
<aside class="note text-component__block">
<!-- ... -->
</aside>
<!-- ... -->
</div>