Detalhes do pacote

@atlaskit/width-detector

atlassian57.3kApache-2.05.0.2

Wrapper for components that need to respond to width changes

atlaskit, react, ui

readme (leia-me)

Width-detector

This is a utility component that informs the child function of the available width.

Installation

yarn add @atlaskit/width-detector

Usage

You can see examples learn more about the usage of this component.

Notes

The default export WidthDetector will be deprecated in the next major release of width-detector. Follow our upgrade guide and examples to migrate to WidthObserver.

Migration guide can be found here.

Acknowledgements

This size detection method used by this component is inspired by Federico Zivolo's awesome react-resize-aware project, which Atlassian has contributed a PR back to.