$
Size: a a a
$
AT
React.Children.map(props.children, (item =>
<div className="wrapper">{item}</div>))
$
$
React.Children.map(props.children, (item =>
<div className="wrapper">{item}</div>))
AT
AT
A
c
$
A
AT
c
AT
$
AT
$
$
NM
c
this.props.children.map(Child => <Wrapper>{Child}</Wrapper> )