1.0.5-alpha.0 • Published 5 years ago

react-anvil-signature-modal v1.0.5-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

AnvilSignatureModal

A modal component that handles the signing process lifecycle. Compatible with mobile viewports with minimal dependencies.

Usage:

import AnvilSignatureModal from 'react-anvil-signature-modal'

<AnvilSignatureModal
  signURL={signURL}
  isOpen={isModalOpen}
  onClose={() => setIsModalOpen(false)}
  onLoad={() => setLoading(false)}
  onFinish={(redirectURL) => window.location.assign(redirectURL)}
  width={800}
  height={1000}
/>
1.0.5-alpha.0

5 years ago

1.0.4-alpha.0

5 years ago

1.0.3-alpha.0

5 years ago

1.0.1-alpha.0

5 years ago