@ux_bob/yv-iwc

React component for YouVisit IWC

Usage no npm install needed!

<script type="module">
  import uxBobYvIwc from 'https://cdn.skypack.dev/@ux_bob/yv-iwc';
</script>

README

@ux_bob/yv-iwc

React component for YouVisit IWC

NPM JavaScript Style Guide

Install

npm install --save @ux_bob/yv-iwc

Usage

import React from "react";
import { YouVisitIWC } from "@ux_bob/yv-iwc";

const App = () => {
  return (
    <div>
      <YouVisitIWC
        containerWidth="100%"
        containerHeight="400px"
        title="IWC Title"
        institution="institution-id"
        location="location-id"
        showCode="true or blank"
      />
    </div>
  );
};
export default App;

License

MIT © b00y0h