Description of .component-name
<div class="component-name">
<div class="component-name__element">
Example component code goes here.
You will need to escape the html, this tool is useful:
http://www.freeformatter.com/html-escape.html
</div>
</div>
Description, don't forget to state any .component-name--modifiers used and provide usage guidelines where appropriate.
<div class="component-name component-name--modifier">
<div class="component-name__element">
Example component with modifier code goes here.
You will need to escape the html, this tool is useful:
http://www.freeformatter.com/html-escape.html
</div>
</div>