@wal3/rc-hello-world
v1.0.0
Published
Hello World component library
Downloads
20
Readme
@wal3/rc-hello-world
Hello World component library
Install
npm install --save @wal3/rc-hello-worldUsage
import React, { Component } from 'react'
import MyComponent from '@wal3/rc-hello-world'
import '@wal3/rc-hello-world/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © worthlutz
