Castle logo

CASTLE UI

Search

K

Flex is Box with display: flex and comes with helpful style shorthand. It renders a div element.

Usage

Import

import { Flex, Spacer } from '@passfort/castle'

Copy

Example

Using the Flex components, here are some helpful shorthand props:

  • flexDirection is direction
  • flexWrap is wrap
  • flexBasis is basis
  • flexGrow is grow
  • flexShrink is shrink
  • alignItems is align
  • justifyContent is justify

Copy

live example

Using the Spacer

As an alternative to Stack, you can combine Flex and Spacer to create stackable and responsive layouts.

Copy

live example

Contents