Stack
Description
Another abstraction of flex components that forces simplifies building flex-based layouts. This is supposed to integrate a component that's close to how Figma's auto layout works.
Demo
import { Stack } from "@neui/layout";
Live Editor
Result
Loading...
import { HStack } from "@neui/layout";
Live Editor
Result
Loading...
import { VStack } from "@neui/layout";
Live Editor
Result
Loading...
Props
| CSS Prop | Extends | RenderAs Prop | Renders by default |
|---|---|---|---|
| Flex | Flex |
| Name | CSS Rule(s) | Description |
|---|---|---|
spacing | gap | Sets the spacing between items |