enhancementgood first issuehelp wanted
Metriche repository
- Star
- (43.979 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Add ability to trigger a callback when the size is updated.
const { ... } = useWindowSize(() => {
...callback on resize...
});