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