0.7.0 • Published 8 months ago

@mycoverai/mca-react-sdk v0.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

MyCover.ai React SDK

Official MyCover.ai SDK. Supercharge your product with MyCover AI Insurance offerings. Create embedded insurance offerings or full white label insurance applications that excite your customers.

Installation

With NPM

npm install @mycoverai/mca-react-sdk

From CDN

<script src="https://unpkg.com/@mycoverai/mca-react-sdk/dist/umd.js"></script>

Usage

With NPM

//import package
import {Mca} from '@mycoverai/mca-react-sdk'


//import in your template & setup your business configuration by supplying your client id. If product_id is not provided or is an empty array, the SDK will display a list of insurance products for the customer to choose from. You can supply an array of strings, where each string represents an insurance product id, for the user to select from.
<Mca clientId='olakunle@mycovergenius.com' productId={['a72c4e3c-e868-4782-bb35-df6e3344ae6c']} onClose={close} callback={callback} form={{first_name: 'Fred', last_name: 'Ebho'}}  />

With CDN

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.6.4

8 months ago

0.7.0

8 months ago

0.6.3

12 months ago

0.6.1

12 months ago

0.6.0

12 months ago

0.5.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago