1.0.14 • Published 1 year ago

exchange-shared v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

exchange-shared

Contains Common functions and classes

NPM JavaScript Style Guide

Install

npm install --save exchange-shared

Usage

import React, { Component } from 'react'

import MyComponent from 'exchange-shared'
import 'exchange-shared/dist/index.css'

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

License

MIT © sunil-appinventiv