1.0.5 • Published 2 years ago

react-row-col v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Download

npm i react-row-col

Usage

example link

  1. Row

    • The Row component wraps the Col component and has gutter props.
    • The gutter props pass an array, and 10, 20 sets the padding of the Col component to top, bottom 10px, left, right 20px.
  2. Col

    propswidthdescriptiontype
    spanall widthRaster number of cells to occupy, 0number
    xsscreen < 576pxcould be a span valuenumber
    xsscreen < 576pxcould be a span valuenumber
    smscreen ≥ 576pxcould be a span valuenumber
    mdscreen ≥ 768pxcould be a span valuenumber
    lgscreen ≥ 992pxcould be a span valuenumber
    xlscreen ≥ 1200pxcould be a span valuenumber
    xxlscreen ≥ 1600pxcould be a span valuenumber
    • span props are ignored if props from xs to xxl are present.
    • span value -1 is "display: none"
1.0.2

2 years ago

1.0.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1-beta.3

2 years ago

0.0.1-beta.5

2 years ago

0.0.1-beta.4

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago

0.0.1-beta.2

2 years ago

0.0.1-beta.1

2 years ago