We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85fd86 commit 905f954Copy full SHA for 905f954
1 file changed
README.md
@@ -50,7 +50,7 @@ gutterY (int)|null|Height of gutter between elements. Need gutterX to works, fal
50
minify (boolean)|true|Whether or not MiniMasonry place elements on shortest column or keep exact order of list.
51
surroundingGutter (boolean)|true|Set left gutter on first columns and right gutter on last.
52
ultimateGutter (int)|5|Gutter applied when only 1 column can be displayed.
53
-direction (string)|"ltr"|Sorting direction, "ltr" or "rtl"
+direction (string)|"ltr"|Sorting direction, "ltr" or "rtl".
54
wedge (boolean)|false|False will start to sort from center, true will start from left or right according to direction parameter.
55
56
## API
0 commit comments