0.0.7 • Published 6 years ago
react-input-with-popup v0.0.7
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)}}>
\Sample DIV!! \
\Sample Button \
\