center

Basic usage

import {Center} from "tuix-design"
copy
I am in the center
<Box bg="gray" height={300}>
<Center>I am in the center</Center>
</Box>
copy
usage