Closed
Description
Ref: #2019 (comment)
From here, you can organize your components into subdirectories if desired. For example, a component like twig:Acme:Table:Header will be located in /templates/components/Table/Header.html.twig.
Just a heads up, if there is a subfolder inside /templates/components, it breaks the TwigComponentDebugCommand
In ComponentFactory.php line 256:
Unknown component "Cards:Card". And no matching anonymous component template was found.
Even tough, twig correctly renders the component using the :Folder:ComponentName described in the original post.