pedro-mass / test-create-react-library

Testing create-react-library

Home Page:https://pedro-mass.github.io/test-create-react-library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test-create-react-library

Testing create-react-library for package development

NPM JavaScript Style Guide

Install

npm install --save test-create-react-library

Usage

import React, { Component } from 'react'

import MyComponent from 'test-create-react-library'

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

License

MIT © pedro-mass

About

Testing create-react-library

https://pedro-mass.github.io/test-create-react-library/


Languages

Language:JavaScript 71.9%Language:HTML 19.7%Language:CSS 8.5%