1.0.31 • Published 4 years ago

@everreal/dynamic-forms v1.0.31

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 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.31

4 years ago

1.0.30

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.26

4 years ago

1.0.27

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.22

4 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago