0.1.1 • Published 4 years ago

@ncr-retail/age-verifier v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Age Verifier

GUI front end for accessing the NCR Age Verifier service.

Installation

Install with NPM:

npm install @ncr-retail/age-verifier

Usage

Here is a quick example to get you started:

import React from 'react';
import ReactDOM from 'react-dom';
import Navigator from '@ncr-retail/age-verifier';

function App() {
  return (
    <Navigator />
  );
}

ReactDOM.render(<App />, document.querySelector('#app'));

Documentation

Check out our documentation website.

License

This project is licesned under the terms of the MIT license.