Castle logo

CASTLE UI

Search

K

Column can be used to easily define responsive layout rules.

Usage

Import

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

Copy

With Row

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

Copy

live example

Responsive Styles

A Row can be made responsive with Breakpoints.

import { Breakpoints } from '@passfort/castle'

Copy

Copy

live example

Contents