You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+44-1Lines changed: 44 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ class ScriptNonceSubscriber implements EventSubscriberInterface
204
204
### stimulus_controller
205
205
206
206
This bundle also ships with a special `stimulus_controller()` Twig function
207
-
that can be used to render [Stimulus Controllers & Values](https://stimulus.hotwired.dev/reference/values)
207
+
that can be used to render [Stimulus Controllers & Values](https://stimulus.hotwired.dev/reference/values), [Outlets](https://stimulus.hotwired.dev/reference/outlets)
208
208
and [CSS Classes](https://stimulus.hotwired.dev/reference/css-classes).
209
209
See [stimulus-bridge](https://github.com/symfony/stimulus-bridge) for more details.
210
210
@@ -260,6 +260,17 @@ If you have multiple controllers on the same element, you can chain them as ther
260
260
</div>
261
261
```
262
262
263
+
If you need to attach an outlet to some controller, you can call the addOutlet() method.
0 commit comments