testmthu042uikitlibrary
v1.0.0
Published
Made with create-react-library
Readme
testmthu042uikitlibrary
Made with create-react-library
Install
npm install --save testmthu042uikitlibraryUsage
import React, { Component } from 'react'
import MyComponent from 'testmthu042uikitlibrary'
import 'testmthu042uikitlibrary/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}