bluefishjs / bluefish-archive

A SolidJS diagramming framework
https://bluefishjs.org
MIT License
75 stars 4 forks source link

Ported Chemistry Examples to Solid.js #26

Closed catherinemei closed 1 year ago

catherinemei commented 1 year ago

Added the following chemical molecule diagrams to Storybook:

Screenshot 2023-10-31 at 3 02 18 AM Screenshot 2023-10-31 at 3 02 28 AM Screenshot 2023-10-31 at 3 02 41 AM Screenshot 2023-10-31 at 3 02 51 AM Screenshot 2023-10-31 at 3 03 01 AM

Created a src/chemistry folder and added components for Bond, Atom, and Molecule. Using these subcomponents, created storybook entry for Molecule and added 5 example molecules inside of the storybook file.