Children
React 的 children 等价于 Vue 版默认 slot,会跟随组件的尺寸、位置和旋转一起变化。
<ReactDragResizeRotate w={300} h={200} x={40} y={40}>
<img src="/cover.jpg" style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
</ReactDragResizeRotate>
React 的 children 等价于 Vue 版默认 slot,会跟随组件的尺寸、位置和旋转一起变化。
<ReactDragResizeRotate w={300} h={200} x={40} y={40}>
<img src="/cover.jpg" style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
</ReactDragResizeRotate>