@fluentui/dom-utilities
Version:
DOM utilities for use within Fluent web components
8 lines (5 loc) • 582 B
Markdown
# for use within [Fluent UI React](https://developer.microsoft.com/en-us/fluentui)**
This package contains extensions for traversing DOM within Fluent components, which should generally be used instead of the native equivalents.
Fluent supports the concept of 'layers', which leverage React 'Portals' to project popups and other overlay content over other content.
However, since this is not a native DOM concept, this library provides functionality to traverse the DOM in a way which reflects the hierarchy established by the projections.
/dom-utilities
**DOM Utilities