How does one use stimulus when using a component?
<twig:Component {{ stimulus_controller('example') }} />
I can't do this as I can with a typical element. Is the only way to achieve this goal is by doing this?
<twig:Component data-controller="example" />