Dotted Names#
Dotted names map to folders:
<Shop.ProductCard />This maps to:
- product-card.php
When To Use Folders#
Folders are useful for grouped UI pieces:
shop/product-card.phpshop/product-price.phpnavigation/site-header.phpforms/contact-field.php
Keep the folder names practical. They are for organizing source files, not for changing the public HTML.