Skip to content

Commit 406eb19

Browse files
authored
feat(IFrame): add attributes support (#6160)
1 parent 16cc7d4 commit 406eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/IFrame/IFrame.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
@inherits BootstrapModuleComponentBase
33
@attribute [BootstrapModuleAutoLoader(JSObjectReference = true)]
44

5-
<iframe id="@Id" src="@Src" frameborder="0" class="@ClassString"></iframe>
5+
<iframe @attributes="AdditionalAttributes" id="@Id" src="@Src" class="@ClassString"></iframe>

0 commit comments

Comments
 (0)