1.0.0 • Published 10 months ago

@opensign/react v1.0.0

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

This package helps you easily integrate OpenSign into your React/NextJS apps.

Installation

npm install @opensign/react

Usage

Create public template from https://www.opensignlabs.com

npm.io

import React from "react";
import Opensign from "@opensign/react";

export function App() {
  return (
    <div className="app">
      <Opensign
        onLoad={() => console.log("success")}
        onLoadError={(error) => console.log(error)}
        templateId="#templateid"
      />
    </div>
  );
}

Demo

🚀Try this Demo

npm.io


License

MIT