kyc-shipfinex-dev-1

1.0.23 • Public • Published

This package can be used by the proper Form Id that will be provided by Pruvid.com

🚅 Quick start

  1. Install. Install the package

    # Install the package
    npm i kyc-shipfinex-dev-1 react-webcam
    
  2. 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

  1. Read our introductory tutorial at Learn Storybook.
  2. Learn how to transform your component libraries into design systems in our Design Systems for Developers tutorial.
  3. See our official documentation at Storybook.

Readme

Keywords

none

Package Sidebar

Install

npm i kyc-shipfinex-dev-1

Weekly Downloads

5

Version

1.0.23

License

MIT

Unpacked Size

25.2 MB

Total Files

150

Last publish

Collaborators

  • shipfinextech