0.0.314 • Published 8 months ago

flexboxe v0.0.314

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

flexboxe

A TypeScript Flexbox builder with various properties and methods to build and manipulate Flexbox layouts.

Props

{
  flex:(),
  order:(),
  shrink:(),
  basis:(),
  grow:(),
  justifyContent: {
    start:(),
    end:(),
    center:(),
    stretch:(),
    between:(),
    around:()
  },
  alignContent: {
    start:(),
    end:(),
    center:(),
    stretch:(),
    between:(),
    around:()
  },
  alignItems: {
    start:(),
    end:(),
    center:(),
    stretch:(),
    between:(),
    around:()
  },
  flexDirection: {
    row:(),
    column:(),
    columnReverse:(),
    rowReverse:()
  },
  margin: {
    top:(),
    left:(),
    right:(),
    bottom:(),
    vertical:(),
    horizontal:()
  },
  padding: {
    top:(),
    left:(),
    right:(),
    bottom:(),
    vertical:(),
    horizontal:()
  },
  wrap: {
    nowrap:(),
    wrap:(),
    wrapReverse:()
  },
  build:()
}
0.0.314

8 months ago

0.0.313

9 months ago

0.0.312

9 months ago

0.0.311

9 months ago

0.0.31

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago

0.0.0

10 months ago

1.0.12

10 months ago

1.0.11

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago