Skip to content

Latest commit

Β 

History

History
34 lines (24 loc) Β· 1.07 KB

README.md

File metadata and controls

34 lines (24 loc) Β· 1.07 KB

<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