d3-seating-chart icon indicating copy to clipboard operation
d3-seating-chart copied to clipboard

use in reactjs

Open mimre73 opened this issue 5 years ago • 1 comments

how to use this package in react js

mimre73 avatar Oct 05 '19 10:10 mimre73

Really how you'd use any 3rd party library that doesn't have react support. You will listen for prop change to update the d3 component directly. To bind the d3 component use reacts ref to get the dom element.

Until react updates and changes everything that is.

micah-williamson avatar Oct 25 '19 16:10 micah-williamson