1.0.1-ae3b0c5 • Published 2 years ago

@everreal/react-charts v1.0.1-ae3b0c5

Weekly downloads
72
License
ISC
Repository
gitlab
Last release
2 years ago

@everreal/react-date-pickers

EverReal's library for dynamic forms. Please run the storybook to see how to use it.

This library is higly dependent on @everreal/er-common-react-components

The library works with "ConnectedTabs" from @everreal/er-common-react-components and requires to have a redux state reducer set for "components.tabs"

Example how to set the reducer:

import { combineReducers } from 'redux';
import { combineReducers as combineReducersImmutable } from 'redux-immutable';
import { tabsReducer } from '@everreal/er-common-react-components/lib/common-redux';

export const reducer = combineReducers<ITestReducerState>({
  components: combineReducersImmutable({
    tabs: tabsReducer,
  }),
});

Hot to install

yarn install
yarn dev #-> builds the storybook
1.0.1-ae3b0c5

2 years ago

1.0.1-73d0e9e

2 years ago

1.0.1-e63bfa6

4 years ago

1.0.1

5 years ago

1.0.0

6 years ago