some common components for static website
npm install --save react-page-components
import React, { Component } from 'react'
import MyComponent from 'react-page-components'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © johnking