Basic UI elements in place
This commit is contained in:
@@ -18,6 +18,7 @@ class Box extends Component {
|
||||
|
||||
return (
|
||||
<div style={[
|
||||
{ height: '100%', width: '100%' },
|
||||
color && { backgroundColor: color },
|
||||
border ? { border } : { borderTop, borderBottom, borderLeft, borderRight }]}>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user