@pittorica/flex-react
v0.26.3
Published
The `Flex` component.
Readme
@pittorica/flex-react
The Flex component.
Installation
npm install @pittorica/flex-reactUsage
import { Flex, Box } from '@pittorica/flex-react';
function MyLayout() {
return (
<Flex gap="4" align="center" justify="between">
<Box>Item 1</Box>
<Box>Item 2</Box>
</Flex>
);
}License
This project is licensed under the MIT License.
Copyright (c) 2025 Davide Di Criscito
For the full details, see the LICENSE file.
