SwiftUI inspired layout library for React
npm install @twopm/restackrestack is a port of the VStack and HStack concepts from SwiftUI. Simple, composable application layouts.
``sh`
yarn add @twopm/restack
`tsx
import { VStack } from '@twopm/restack'
const App = () => (
vertical="distribute-edges"
spacing={10}
>
One
Two
Three
See the storybook examples for more or view the live demo.