Skip to main content

HOC withNotification

info

This HOC adds notification component to JSX. Use HOC at the top of your application so that it does not conflict with other absolutely positioned DOM elements.

Arguments

ArgumentsTypeMeaning
---



Example

const App = () => <Application />

export default withNotification(App)