Closed CharlieGreenman closed 8 years ago
This commit allows one to add a className, and/or id, to the tag similar to how one would do so in React.
<Surface className='allow-handle-click' id='canvasGrid'> </Surface>
Thanks! Please also add these to propTypes
Fixed by #151
This commit allows one to add a className, and/or id, to the tag similar to how one would do so in React.
<Surface className='allow-handle-click' id='canvasGrid'> </Surface>