Think in components. Consider each piece of your UI as an individual "component".
Components will be named with at least two words, with a dash between each word. Examples of components:
.like-button
).search-form
).article-card
).rico-custom-header
)How do you write a component exactly? Let's learn about Elements. Continue →