Center
Use the center component to horizontally center an element within its container. This is most commonly used for images.
Examples
import { Center } from 'react-inky';
const image = <Center>
<img src="http://placekitten.com/g/1024x768" />
</Center>;