Skip to content

egemenhalici1/react-input-with-popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published