UNPKG

yahoi

Version:

Yet Another Highly Opinionated Isomorphic Framework

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