shipfinex-kyc-forms
v1.0.7
Published
Library to help retrieve form details used in kyc
Downloads
12
Readme
This package can be used by the proper Form Id that will be provided by Pruvid.com
🚅 Quick start
Install. Install the package
# Install the package npm i kyc-shipfinex-dev-1 react-webcam
Import from package
The kyc-shipfinex-dev-1 package exports Form Component which takes formid as an input
#Import the Component import {Form} from 'kyc-shipfinex-dev-1' function App() { return ( <div className="App"> #formid will be provided by www.Pruvid.com <Form formid={'formId'} env={'dev/tst/prod'} exitMessage={ 'true -> display the exit message false -> will not display exit message '} onFinish={(value)=>{ //submitted form value }} /> </div> ); } export default App;
README.md
: A text file containing useful reference information about the project.
Contribute
If you encounter an issue with the template, we encourage you to open an issue in this template's repository.
Learning Storybook
- Read our introductory tutorial at Learn Storybook.
- Learn how to transform your component libraries into design systems in our Design Systems for Developers tutorial.
- See our official documentation at Storybook.