1.1.21 • Published 1 month ago

@ux_bob/yv-iwc v1.1.21

Weekly downloads
280
License
MIT
Repository
github
Last release
1 month ago

@ux_bob/yv-iwc

React component for YouVisit IWC

NPM JavaScript Style Guide

Install

npm install --save @ux_bob/yv-iwc

Test locally

Run yarn start in this folder to watch for and build changes.

cd into testing directory and run npm run start to start a react app that has the YouVisitIWC component. To view changes you'll need to yarn build in the parent folder (this folder).

Go to http://local.dev.youvisit.com:3000/ to see the IWC on a page.

Building and pushing to NPM

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

1.1.21

1 month ago

1.1.20

3 months ago

1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago