我想为此创建一个轻量级版本,以使用某种预设来测试我的组件: https://material.io/tools/resizer/
基本上,我想在<ResponsiveFrame>
内渲染某些React组件,就像它是特定设备一样:
<ResponsiveFrame device="iphone5">
<H1>My Responsive H1 component </H1>
</ResponsiveFrame>
// renders a Div with certain pixel ratio that respects media queries
1)是否有允许我使用的软件包?
2)如果没有,我该怎么办?