1.1.0 • Published 8 years ago

patchkit-form-profile-image v1.1.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
8 years ago

Form: Profile Image

Set a user image (modal form)

screenshot.png

import ModalBtn from 'patchkit-modal/btn'
import FormProfileImage from 'patchkit-form-profile-image'

const onSubmit = (image, cb) => { console.log('submit', image); cb() }
<ModalBtn className="fullheight" Form={FormProfileImage} formProps={{currentValue: '/img/foo.png', className: 'text-center', onSubmit: onSubmit}}>
  <a className="btn highlighted">Click to open</a>
</ModalBtn>