Castle logo

CASTLE UI

search

Search

K
group_work

Stack is a standalone layout component which positions elements vertically by default, adding space between each element.

Usage

Import

import { Stack } from '@passfort/castle'
content_copy

Copy

Example

The Stack container uses flexbox under the hood.

content_copy

Copy

live example

Responsive Styles

A Stack can be made responsive with Breakpoints.

import { Breakpoints } from '@passfort/castle'
content_copy

Copy

content_copy

Copy

live example

Contents