jbaysolutions/vue-grid-layout

Add event for breakpoint changed at responsive mode

Open

#385 opened on 2019年12月16日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)JavaScript (1,436 forks)batch import
help wanted

Repository metrics

Stars
 (6,777 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

https://strml.github.io/react-grid-layout/examples/8-localstorage-responsive.html

When I resize browser window , if I want to get responsive layoutData at different width , there is no event for that , only can get it through the outerWidth , then according the width get the breakpoint. With this event , I can save layoutData at the breakpoint changed immediately. thx.

コントリビューターガイド