Stack
A flexbox stack layout helper.
First
Second
Third
Horizontal
One
Two
Three
Aligned
Project status
ActiveAPI reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
direction | "col" | "row" | 'col' | Flex direction: vertical (`col`) or horizontal (`row`). |
gap | string | '4' | Spacing between items, as a Tailwind gap step. |
align | string | '' | Cross-axis alignment (`start`/`center`/`end`/`stretch`/`baseline`). |
justify | string | '' | Main-axis distribution (`start`/`center`/`end`/`between`/`around`/`evenly`). |
wrap | boolean | false | Whether items wrap onto multiple lines when they overflow. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.