Appearance
居中布局容器,子元素在水平和垂直方向上居中显示。
import { Center } from 'kra-ui';
<Center width={200} height={200} backgroundColor="primaryLight" borderRadius="m"> <Text>居中内容</Text> </Center>