1.0.23 • Published 7 months ago

kyc-shipfinex-dev-1 v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.
1.0.22

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.23

7 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago