Castle logo

CASTLE UI

Search

K

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

Usage

Import

import { Row } from '@passfort/castle'

Copy

Example

The Row container uses flexbox under the hood.

Copy

live example

Responsive Styles

A Row can be made responsive with Breakpoints.

import { Breakpoints } from '@passfort/castle'

Copy

Copy

live example

Contents