Components: A deep dive
Getting to know the components structure, what are they, why they are the way they are and how to use them to our advantage.
What's inside
/[component-name]
│
├── README.md
├── [component-name].twig
├── [component-name].component.yml
├── [component-name].scss
└── _[component-name].jsLast updated