1.0.0 • Published 4 years ago

revv-pkg v1.0.0

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

revv-pkg

A template for revvsales npm packages

NPM JavaScript Style Guide

Install

npm install --save revv-pkg

Usage

import React, { Component } from 'react'

import MyComponent from 'revv-pkg'
import 'revv-pkg/dist/index.css'

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

License

MIT © Ajai J

1.0.0

4 years ago