A shared list of layout components to be used for any site.
npm install --save tenetpartners/tenet-styled-layout-components
import React, { Component } from 'react'
import { MyComponent } from 'tenet-styled-layout-components'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © TenetPartners