react-basic-input-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i react-basic-input-components

Weekly Downloads

0

Version

1.0.7

License

Apache-2.0

Last publish

Collaborators

  • haipham