@twopm/restack
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published


Build GitHub top language
GitHub npm npm bundle size


restack is a port of the VStack and HStack concepts from SwiftUI. Simple, composable application layouts.

👁  Live Demo

Install

yarn add @twopm/restack

Usage

import { VStack } from '@twopm/restack'

const App = () => (
  <VStack
    horizontal="center"
    vertical="distribute-edges"
    spacing={10}
  >
    <p>One</p>
    <p>Two</p>
    <p>Three</p>
  </VStack>
)

See the storybook examples for more or view the live demo.

Package Sidebar

Install

npm i @twopm/restack

Weekly Downloads

5

Version

0.1.1

License

MIT

Unpacked Size

159 kB

Total Files

20

Last publish

Collaborators

  • bfollington