1.0.5-alpha.0 • Published 5 years ago

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

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

AnvilSignatureFrame

A very minimal component that handles the signing process lifecycle.

Usage:

import AnvilSignatureFrame from 'react-anvil-signature-frame'

<AnvilSignatureFrame
  signURL={signURL}
  scroll="smooth"
  onLoad={() => setLoading(true)}
  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