1.0.0 • Published 5 years ago
testadapter v1.0.0
testadapter
"this is test package"
Install
npm install --save testadapter
Usage
import React, { Component } from 'react'
import MyComponent from 'testadapter'
import 'testadapter/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
1.0.0
5 years ago