Column
can be used to easily define responsive layout rules.
Usage
Import
import { Row, Column } from '@passfort/castle'content_copyCopy
With Row
Column
can be used with a single Row
to create a simple layout.
content_copyCopy
live example
Responsive Styles
A Row
can be made responsive with Breakpoints
.
import { Breakpoints } from '@passfort/castle'content_copyCopy
content_copyCopy
live example