@destini/react-locator

2.0.3 • Public • Published

@destini/react-locator

Destini locator install script for react applications

NPM JavaScript Style Guide

Install

npm install --save @destini/react-locator

Usage

import React, { Component } from 'react'

import MyComponent from '@destini/react-locator'
import '@destini/react-locator/dist/index.css'

//Any custom paramaters you pass through the component should be added to this variable in key : value pairs

const customParam = {
  PROD: "UPC,UPC,etc",
  MM: "Panel2"
}

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

License

MIT ©

Readme

Keywords

none

Package Sidebar

Install

npm i @destini/react-locator

Weekly Downloads

17

Version

2.0.3

License

MIT

Unpacked Size

325 kB

Total Files

7

Last publish

Collaborators

  • mgoodwinspins
  • mark-spins
  • rjohnsonspins
  • josephcizek
  • destinilocators