Skip to content

Unofficial widget for interfacing with the quicklysign.com iFrames in ReactJS

Notifications You must be signed in to change notification settings

zacharykapank/quicklysign-react

Repository files navigation

quicklysign-react

Unofficial QuicklySign widget for react

NPM JavaScript Style Guide

Install

npm install --save quicklysign-react

Usage

import React, { FC } from 'react'

import QuicklySign from 'quicklysign-react'

export const Example: FC = () => {
  return (
    <QuicklySign
      client_id='Your client id'
      url='url'
      post_sign_url='url to redirect to after signing'
    />
  )
}

License

MIT © @thesilentdev

About

Unofficial widget for interfacing with the quicklysign.com iFrames in ReactJS

Resources

Stars

Watchers

Forks