2.0.6 • Published 5 years ago

@time-with/popup v2.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.5.4

5 years ago

1.5.31

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.15

5 years ago

1.5.14

5 years ago

1.5.13

5 years ago

1.5.12

5 years ago

1.5.11

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago