exampledemo
v1.3.0
Published
Made with create-react-library
Downloads
2
Readme
exampledemo
Made with create-react-library
Install
npm install --save exampledemo
Usage
import React, { Component } from 'react'
import MyComponent from 'exampledemo'
import 'exampledemo/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Alek2499