0.3.3 • Published 4 years ago

@myxplor/notifications-redux v0.3.3

Weekly downloads
-
License
Unlicense
Repository
-
Last release
4 years ago

notifications-redux

The notification component (in @myxplor/ui) wrapped in redux

How to use

Just drop it into your app somewhere underneath your Provider

// other boilerplate
import Notification from '@myxplor/notifications-redux'

  <Provider store={store}>

    <Notification />

    <RestOfYourApp />
  </Provider>

Why?

There is a Notification component in @myxplor/ui, but we didn't want redux to be a requirement. So the redux requirements has been extracted into this component.

0.3.3

4 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago