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_copyCopy
Example
The Stack
container uses flexbox under the hood.
content_copyCopy
live example
Responsive Styles
A Stack
can be made responsive with Breakpoints
.
import { Breakpoints } from '@passfort/castle'content_copyCopy
content_copyCopy
live example