From 4deb3b0ac279cf0e43861db3bbebe222963199bd Mon Sep 17 00:00:00 2001 From: Jan <96049513+janwagner@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:27:58 +0200 Subject: [PATCH] Add missing uikit iframe styling className to iframe component --- src/react/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/react/index.tsx b/src/react/index.tsx index aece755..032da13 100644 --- a/src/react/index.tsx +++ b/src/react/index.tsx @@ -216,6 +216,7 @@ const IframeResizer = forwardRef((props, r onResized, protocol = 'auto', resizeFrom = 'parent', + className, style, title = 'iframe', ...iframeProps @@ -298,7 +299,9 @@ const IframeResizer = forwardRef((props, r [] ); - return