2.0.6 • Published 6 years ago
@time-with/popup v2.0.6
Popup
React redux-driven Popup system.
Install
With npm do:
$ npm install @time-with/popup
or
$ yarn add @time-with/popup
Setup
Add the Component to the root Router of your React layout
import Popup from '@time-with/popup'
render() {
return (
<Router>
<div id='layout-root'>
<Popup />
// ...
Import the reducer to your reducers combiner
import { popupReducer } from '@time-with/popup';
export {
// other reducers
popupReducer,
};
Usage
import { popupActions } from '@time-with/popup';
popupActions.showPopup( <SomeReactComponent /> );
License
MIT
2.0.6
6 years ago
2.0.5
6 years ago
2.0.4
6 years ago
2.0.3
6 years ago
2.0.2
6 years ago
2.0.1
6 years ago
2.0.0
6 years ago
1.5.4
6 years ago
1.5.31
6 years ago
1.5.3
6 years ago
1.5.2
6 years ago
1.5.15
6 years ago
1.5.14
6 years ago
1.5.13
6 years ago
1.5.12
6 years ago
1.5.11
6 years ago
1.5.1
6 years ago
1.5.0
6 years ago
1.4.1
7 years ago
1.4.0
7 years ago
1.3.2
7 years ago
1.3.1
7 years ago
1.3.0
7 years ago
1.2.3
7 years ago
1.2.2
7 years ago
1.2.1
7 years ago
1.2.0
7 years ago
1.1.2
7 years ago
1.1.1
7 years ago
1.1.0
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago