my-comp-pkg
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

my-comp-pkg

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save my-comp-pkg

Usage

import React, { Component } from 'react'

import MyComponent from 'my-comp-pkg'
import 'my-comp-pkg/dist/index.css'

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

License

MIT © lpgoulart

Readme

Keywords

none

Package Sidebar

Install

npm i my-comp-pkg

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

2.73 MB

Total Files

29

Last publish

Collaborators

  • lpgoulart