We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<Turbo:Stream>
1 parent 01839ab commit f0ab499Copy full SHA for f0ab499
src/Turbo/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.22.0
4
+
5
+- Add `<twig:Turbo:Stream>` component
6
7
## 2.21.0
8
9
- Add `Helper/TurboStream::append()` et al. methods
src/Turbo/templates/components/Stream.html.twig
@@ -0,0 +1,3 @@
+{% props action -%}
+<turbo-stream action="{{ action }}" {{- attributes }}></turbo-stream>
0 commit comments