Directory

← Back

chemical-element-visualisation

�⚛ A Web Component for visualizing an chemical element

Author

Contributors

Rating

[ This description is mirrored from README.md at github.com/FlorianFe/chemical-element-visualisation on 2019-05-22 ]

<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

Compatibility

(Loading compatibility data...)

Was this helpful? Need more help?
Leave a comment or a question below. You can also join the chat on Discord or ask questions on StackOverflow.

Version

Dependencies

  • polymer#Polymer/Polymer#^2.0.1
  • paper-tooltip#PolymerElements/paper-tooltip#^2.0.0
Released
2018-01-12
Maturity
IMPORTED
License
MIT License

Compatibility

Framework
Polymer 2.0+
Browser
Browser Independent
Online