SkillAgentSearch skills...

Restack

SwiftUI inspired layouts for React

Install / Use

/learn @bfollington/Restack
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<a href=""><img src="https://github.com/bfollington/restack/blob/master/banner.png?raw=true" /></a> <br />

Version Twitter Donate (ETH) Donate ($) Language License Bundle Size <a href="https://app.netlify.com/sites/restack/deploys"><img src="https://api.netlify.com/api/v1/badges/002db124-6e09-477e-833b-82ef52391196/deploy-status"></a>

<p align="center"><strong>restack</strong> is a port of the <code>VStack</code> and <code>HStack</code> concepts from SwiftUI. Simple, composable application layouts. <p align="center"><a href="https://restack.netlify.app/">👁 &nbsp;Live Demo</a></p>

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.

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated6mo ago
Forks0

Languages

TypeScript

Security Score

82/100

Audited on Sep 9, 2025

No findings