Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #2302 [Turbo] Add generic
<Turbo:Stream>
component (seb-jean)
This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Turbo] Add generic `<Turbo:Stream>` component | Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | #2298 (comment) | License | MIT I added a generic Turbo Stream component. To use it, you can do this: ```twig <twig:Turbo:Stream action="turbo_frame_reload" targets="#count-post" /> ``` The rendering is: ```twig <turbo-stream action="turbo_frame_reload" targets="#count-post"></turbo-stream> ``` Commits ------- f0ab499 [Turbo] Add generic `<Turbo:Stream>` component
- Loading branch information