@vouchpanel/react
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@vouchpanel/react

Package Version Open Issues Build Status Coverage Status Dependencies Status Dev Dependencies Status Commitizen Friendly

Quickly embed a vouchpanel into your React project.

How To Use

If you are using React as a Direct <script> Include, please go to link.

If you are using React as a SPA use the instructions below.

Install with yarn (or npm install):

yarn add @vouchpanel/react

Include it as a JSX element:

import Wall from "@vouchpanel/react";

const MyWall = (props: {}) => {
  return (
    <div>
      <Wall id={4}></Wall>
    </div>
  );
};

Package Sidebar

Install

npm i @vouchpanel/react

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

8.06 kB

Total Files

9

Last publish

Collaborators

  • vouchpanel