mihai.first.component
v1.0.0
Published
my first library
Downloads
2
Readme
first.library
my first library
Install
npm install --save first.libraryUsage
import React, { Component } from 'react'
import MyComponent from 'first.library'
import 'first.library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © mihaialexandruanghel
