x
1
2
3
4
5
6
7
8
9
10
<p> <strong>Default</strong><br> <turbo-frame id="user_1001"> </turbo-frame></p><p> <strong>Context</strong><br> <turbo-frame id="user_1001"> </turbo-frame></p>
Renders a turbo-frame tag with a unique id
1
2
3
4
5
6
7
8
<p> <strong>Default</strong><br> <%= render(OpTurbo::FrameComponent.new(model)) %></p><p> <strong>Context</strong><br> <%= render(OpTurbo::FrameComponent.new(model, context: context)) %></p>
Param | Description | Input |
---|---|---|
— |
|