Structural classes are organized in patterns where there is a parent element and multiple child elements.
The structural patterns, in turn, are grouped into schemes to create complex structures within our project.
| Main structural class:
Pattern name in square brackets | [Section] |
---|---|
Secondary structural class: | |
Pattern name in square brackets plus child element identifier | [Section] V Wrapper |
The patterns, in turn, are grouped into schemes. This is the fundamental scheme in which the patterns defined in the previous point are grouped. Here we can see their relationship in the DOM.
[Custom]
[Page]
<aside> 💡 It is important to document the schemes defined in each project to be able to reuse them easily.
</aside>