Added the following Components / Component Features
Utilities
ViewportRender — Renders inner content to DOM, only when the specified Viewports are active.
<ViewportRender fallthrough={boolean}> — When true, always renders content in SSR environments, e.g. SvelteKit
<ViewportRender mobile={boolean} tablet={boolean} desktop={boolean} widescreen={boolean}> — When true and the specified Viewport is active, the inner content will be rendered.
CHANGELOG
Added the following Components / Component Features
Utilities
ViewportRender
— Renders inner content to DOM, only when the specified Viewports are active.<ViewportRender fallthrough={boolean}>
— Whentrue
, always renders content in SSR environments, e.g. SvelteKit<ViewportRender mobile={boolean} tablet={boolean} desktop={boolean} widescreen={boolean}>
— Whentrue
and the specified Viewport is active, the inner content will be rendered.