chemical-element-visualisation

๐ŸŒโš› A Web Component for visualizing an chemical element

MIT License

Downloads
8
Stars
18
Committers
2

<chemical-element-visualisation>

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

๐Ÿ’พ 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

Package Rankings
Top 13.15% on Npmjs.org
Top 34.6% on Repo1.maven.org
Top 13.62% on Bower.io
Badges
Extracted from project README
Published on webcomponents.org