We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7c0b1 commit 2eb9b9eCopy full SHA for 2eb9b9e
1 file changed
readme.md
@@ -16,7 +16,7 @@
16
```js
17
<Masonry
18
sorted // optional - Default: false
19
- columns=4 // optional - Default: 2
+ columns={4} // optional - Default: 2
20
bricks=[
21
{ uri: 'http://image1.jpg' },
22
{ uri: 'http://image2.jpg' },
0 commit comments