vertical-margin
v1.0.0
Published
Add a Vertical Margin for use between components
Downloads
2
Readme
vertical-margin
Add a Vertical Margin for use between components
Install
npm install --save vertical-margin
Usage
import React from 'react'
import { Header, Footer } from '../otherComponent'
import { VerticalMargin } from 'vertical-margin'
class Example extends Component {
render() {
return (
<Header />
<VerticalMargin margin={5} />
<Footer />
)
}
}
License
MIT © KodeyThomas