0.1.9 • Published 6 years ago

@entria/components v0.1.9

Weekly downloads
12
License
ISC
Repository
github
Last release
6 years ago

Entria Components

Install

npm i @entria/components --save
yarn add @entria/components

Config

The Redux store should know how to handle actions coming from the components:

import { createStore, combineReducers } from 'redux';
import { reducers as entriaComponentsReducers } from '@entria/components';

const rootReducer = combineReducers({
  // ...your other reducers here
  ...entriaComponentsReducers,
});

const store = createStore(rootReducer);
0.1.9

6 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago