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