Quorn-hcp Styleguide

  1. Styleguide
  2. Component-Name

Component Name

Description of .component-name

Example component
<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>

Variant of component-name

Description, don't forget to state any .component-name--modifiers used and provide usage guidelines where appropriate.

Example component with modifier
<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>