0.1.9 • Published 2 years ago

react-layout-flexbox v0.1.9

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

GitHub npm GitHub release (latest by date)

react-layout-flexbox

Install

npm install react-layout-flexbox

yarn add react-layout-flexbox

Type

  • V : View

    • V.Column : Vertical Layout
    • V.Row : Horizontal layout
    • V.ScrollDragHorizontal : Horizontal layout with touch scrolling

    The default positionType is relative and can be handled as one of the positionType: "static" | "relative" | "fixed" | "absolute" | "sticky"

  • P : Position

    • P.Absolute : positionType absolute layout
    • P.Fixed : positionType fixed layout
    • P.Sticky : positionType sticky layout

    position: {left: number | string, right: number | string, top: number | string, bottom: number | string} can be adjusted through

  • Type

    • ViewType
  • Theme

    • ViewTheme

License

MIT © Deepfactory, Inc. See LICENSE for details.

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago