2.0.3 • Published 5 years ago

chemical-element-visualisation v2.0.3

Weekly downloads
12
License
MIT
Repository
github
Last release
5 years ago

\<chemical-element-visualisation>

Published on webcomponents.org

A Web Component for visualizing an chemical element built with LitElement. It's part of the Elements Electron Application. You can find a full list of element symbols on Wikipedia.

🖼 Preview

Screenshot

💾 Installation

npm install --save chemical-element-visualisation

🚀 Usage

<html>
  <head>
    <script type="module">
      import 'chemical-element-visualisation/chemical-element-visualisation.js';
    </script>
  </head>
  <body>
    <chemical-element-visualisation symbol="he"></chemical-element-visualisation>
  </body>
</html>

📖 License

MIT License

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago