molecule-3d-for-react
molecule-3d-for-react copied to clipboard
3D molecular visualization React component using 3Dmol.js
Closes #36. `dist/` folder has been removed from `.gitignore` so that I can point to my fork of this repo as a dependency.
`PropTypes` must now be imported from the `prop-types` package, as mentioned in the React v15.5 announcement: https://reactjs.org/blog/2017/04/07/react-v15.5.0.html From the announcement: >Prop types are a feature for runtime validation of props...
I imagine this might not work in IE/Edge without some polyfilling? This should be confirmed though. It shouldn't be hard to support Edge or maybe even late IE if it...