diff --git a/reference/frames.html b/reference/frames.html index 37b1843..0b92041 100644 --- a/reference/frames.html +++ b/reference/frames.html @@ -167,7 +167,7 @@
<turbo-frame id="messages" data-turbo-action="advance">
<a href="/messages?page=2">Advance history to next page</a>
<a href="/messages?page=2" data-turbo-action="replace">Replace history with next page</a>
</turbo-frame>
<turbo-stream action="refresh">
...
</turbo-stream>
+<turbo-frame id="my-frame" refresh="morph">
...
</turbo-frame>
The <turbo-frame>
element is a custom element with its own set of HTML
attributes and JavaScript properties.