1.0.7 • Published 7 years ago

react-basic-input-components v1.0.7

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
7 years ago

ReactInputComponents

npm version Build Status

MVVM-based generic input field components for React. These basic components are meant for simple forms, such as login/sign-up, but they can be used to construct more complex components.

For each component (e.g. InputCell) there are two Redux store implementations, generally found in {ComponentName}/Dependency. Depending on the store type used by the app, we choose the appropriate model class (e.g., for a dispatch store-based app, we use {ComponentName}.Dispatch.Model.Self)) to build the view model.

For more details about the concepts behind these stores, please visit: https://github.com/protoman92/ReactiveRedux-JS. Also take a look at the demo @ https://github.com/protoman92/ReactCustomComponentDemo.

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago