Castle logo

CASTLE UI

search

Search

K
group_work

Column can be used to easily define responsive layout rules.

Usage

Import

import { Row, Column } from '@passfort/castle'
content_copy

Copy

With Row

Column can be used with a single Row to create a simple layout.

content_copy

Copy

live example

Responsive Styles

A Row can be made responsive with Breakpoints.

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

Copy

content_copy

Copy

live example

Contents