I’m looking for the latest info on how angle bracket components can or can’t be used with components in sub-folders. For example if I today have a components/ui/slider
component that I invoke with {{ui/slider}}
today. <Ui/Slider />
does not work, <UiSlider />
does not work. All the info I can find when googling points to discussions from 2015 when the angle bracket components project started.
Will it ever be supported? Is there/will there be an alternative? Requiring all components to be in a flat folder seems like a sub-optimal thing, so I assume there has been some discussion around this?