Skip to content

Commit 406eb19

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)