Socket
Book a DemoInstallSign in
Socket

react-redux-sweetalert

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-redux-sweetalert

SweetAlert with redux-style actions, reducers API

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
81
20.9%
Maintainers
2
Weekly downloads
 
Created
Source

react-redux-sweetalert

NPM version Build Status Test coverage Dependency Status

SweetAlert with Redux-style actions, reducers API

Install

$ npm install react-redux-sweetalert

Usage

const rootReducer = combineReducers({
  sweetalert: reducer,
});

const store = createStore(rootReducer);

render(
  <Provider store={store}>
    <ReduxSweetAlert />
  </Provider>
);

API

actions

showAlert

replaceAlert

dismissAlert

License

MIT © C.T. Lin

Keywords

react

FAQs

Package last updated on 02 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts