@invenso/hello-world
v0.1.24
Published
Test package
Downloads
4
Readme
@invenso/hello-world
Test package
Install
npm install --save @invenso/hello-world
Usage
import React, { Component } from 'react'
import MyComponent from '@invenso/hello-world'
import '@invenso/hello-world/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}