@entria/components

0.1.9 • Public • Published

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);

Dependencies (0)

    Dev Dependencies (32)

    Package Sidebar

    Install

    npm i @entria/components

    Weekly Downloads

    1

    Version

    0.1.9

    License

    ISC

    Unpacked Size

    313 kB

    Total Files

    78

    Last publish

    Collaborators

    • streeterxs
    • sibelius
    • rturk