mockingbot / react-resizable-rotatable-draggable

A rectangle react component which can be resized and rotated

Home Page:https://mockingbot.github.io/react-resizable-rotatable-draggable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

兄弟,为什么不在组件内支持放置子组件呢?

mrold opened this issue · comments

commented

就像这样:

<ResizableRect>
  <MyComponent />
</ResizableRect>
commented