0.0.2 • Published 3 years ago

convoy-app-react v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

convoy-app-react

Convoy app reusable component for react

NPM JavaScript Style Guide

Install

npm install --save convoy-app-react

Usage

import React, { Component } from 'react'

import MyComponent from 'convoy-app-react'
import 'convoy-app-react/dist/index.css'

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

License

MIT © Frain-Dev