jbaysolutions/vue-grid-layout

Responsive Contribution

開放

#196 建立於 2018年6月29日

 (4 則留言) (0 個反應) (0 位負責人)JavaScript (1,436 個分叉)batch import
help wanted

倉庫指標

星標
 (6,777 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I commented a few days ago on issue #177 .

I think I have a way to add a responsive element into this package.

The basic idea is to add a few new properties to grid-item (smallH, smallW, mediumH, mediumW, largeH, largeW) that will allow users to assign different widths and heights based on screen size. grid-layout can then be modified to use matchMedia (https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia) and resize the grid-items as needed. Would this be an acceptable solution?

貢獻者指南