2.4.0 • Published 2 years ago

react-inline-form-component v2.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

��# ShortCuts for React forms components

Currently Available ShortCuts

1. Input.\

2. Select.\

How to import:

import {Input} from 'react-inline-forms-component'

  1. Input function: Input(type, className, name, value, id, placeholder, onChange, disabled).\ eg: Input(text, 'classA, classB', 'foo', 'bar', 'foo', 'Example', handleChange, false).\

  2. Select function: Select(selectClassName, optionsClassName, Name, value, id, onChange, arr).\ where arr is an array of options value eg: Select('classesA', 'classesB', 'cars', 'car A', 'cars', handleChange, arr)

2.4.0

2 years ago

2.3.0

2 years ago

2.2.4

2 years ago

2.2.3

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago