react-input-with-popup
v0.0.7
Published
Input Component with Popup
Readme
How To Install
npm i react-input-with-popup
Usage
Props | Type | Desc ------------ | ---------|---- buttonLabel | string | Button Label disabled | boolean | Disabling or Enabling onChange | function | Input onChange function children | JSX Element | Each elements in InputWithPopup tag
Usage
<InputWithPopup buttonLabel="button label" disabled={true} onChange={e=> {console.log(e)}}>
<div>Sample DIV!! </div>
<button>Sample Button </button>
</InputWithPopup>
