UNPKG

yahoi

Version:

Yet Another Highly Opinionated Isomorphic Framework

13 lines (10 loc) 228 B
import React from 'react'; export default class Container extends React.Component { render() { return ( <div className="container" style={this.props.style} > {this.props.children} </div> ); } }