1.0.0 • Published 2 years ago

@afd-software/pce-react v1.0.0

Weekly downloads
-
License
ALL RIGHTS RESERV...
Repository
github
Last release
2 years ago

pce-react

Components for integrating AFD's JSON API with React apps

NPM JavaScript Style Guide

Install

npm install --save pce-react

Usage

import React, { Component } from 'react'

import MyComponent from 'pce-react'
import 'pce-react/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

ALL RIGHTS RESERVED © matthewdolman-afd