1.0.3 • Published 1 year ago

react-input-button v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

react-input-button

This button was inspired by removing the default "Choose File" input file type with a custom option.

import { InputBtn } from 'react-input-button'

The props include

<InputBtn
  multiple={false} //Upload multiple files
  onChange={(e) => {}} //Get the event
  style={{}} //Overwrite the existing styles
  text="Upload" // The text of the button
  showText={true} // Add custom component e.g. icon
  component={} // if showText = false
/>
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago