npm install --save @use-gpu/layout
yarn add @use-gpu/layout
Docs: https://usegpu.live/docs/reference-components-@use-gpu-layout
Absolute, Block, Flex, Inline, Overflow.
How to center text inside a centered box. Yes, horizontally and vertically. Wow.
return (
<FlatCamera>
<Pass>
<UI>
<Flex width="100%" height="100%" align="center">
<Flex width={500} height={150} fill="#3090ff" align="center">
<Inline>
<Text weight="black" size={48} color={[1, 1, 1, 1]}>-~ Use.GPU ~-</Text>
</Inline>
</Flex>
</Flex>
</UI>
</Pass>
</FlatCamera>
);
Made by Steven Wittens. Part of @use-gpu
.