react-layout-flexbox
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

react-layout-flexbox

component widget based on flexbox css Use the View and Position type layout widgets to complete a quick UI

GitHub npm GitHub release (latest by date)

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.

Toss

Package Sidebar

Install

npm i react-layout-flexbox

Weekly Downloads

6

Version

0.1.9

License

ISC

Unpacked Size

57.4 kB

Total Files

29

Last publish

Collaborators

  • deepdesign