Flex Center
Last updated: 3.0.0 (04/07/2024)
Usage
import { FlexCenter } from "@valence-ui/core";
function MyComponent() {
return (
<FlexCenter>
// Flex children...
</FlexCenter>
)
}Props
Property
Type
Description
Last updated