useResizeEffect

This hook allows you to check if the widget has resized. You can update the widget if necessary (if has resized)

Installation

import {useResizeEffect} from 'uxp/components';

Examples

To check if widget has been resized

let hasResized = useResizeEffect(props.instanceId);

Last updated