tsimport {LayerProvider} from '@astryxdesign/core/Layer'
| Guidance | Practices |
|---|---|
| Do | Use LayerProvider once near the app root when you need shared toast/layer configuration. |
| Do | Build on higher-level components like Popover, HoverCard, and Tooltip for common overlay patterns. |
| Don't | Add nested LayerProvider instances: nested providers are ignored and add unnecessary tree depth. |