An inline-CSS-styles based unstyled component for React DOM
import Box from 'react-sxbox';
<Box
// You can put HTML attributes here...
id="app"
className="some-class"
// Or styles...
display="flex"
flexDirection="row"
>
</Box>;
function genBox(sx){
}
```s
## API Documentation