molecule-3d-for-react icon indicating copy to clipboard operation
molecule-3d-for-react copied to clipboard

3D molecular visualization React component using 3Dmol.js

Results 3 molecule-3d-for-react issues
Sort by recently updated
recently updated
newest added

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...