bfollington / restack

SwiftUI inspired layouts for React

Home Page:https://restack.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Version Twitter Donate (ETH) Donate ($) Language License 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.

About

SwiftUI inspired layouts for React

https://restack.netlify.com/

License:MIT License


Languages

Language:TypeScript 89.6%Language:JavaScript 10.2%Language:HTML 0.2%