@supercheckout/react-sdk
v0.0.1
Published
Buy NFTs with a credit card
Downloads
1
Readme
SuperCheckout
Made with create-react-library
Install
npm install --save supercheckoutUsage
import React, { Component } from 'react'
import SuperCheckout from 'supercheckout'
import 'supercheckout/dist/index.css'
class Example extends Component {
render() {
return <SuperCheckout projectId={'abdc'} show={true} />
}
}License
MIT © Nikhil-Kulkarni
