@everreal/react-charts
TypeScript icon, indicating that this package has built-in type declarations

1.0.1-ae3b0c5 • Public • Published

@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

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @everreal/react-charts

Weekly Downloads

31

Version

1.0.1-ae3b0c5

License

ISC

Unpacked Size

24.5 kB

Total Files

42

Last publish

Collaborators

  • everreal