Directory

← Back

chemical-element-visualisation

�⚛ A Web Component for visualizing an chemical element

Author

Rating

Popularity

<100

[ 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

chemical-element-visualisation - Vaadin Add-on Directory

�⚛ A Web Component for visualizing an chemical element chemical-element-visualisation - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/FlorianFe/chemical-element-visualisation](https://github.com//FlorianFe/chemical-element-visualisation/blob/v2.0.3/README.md) on 2019-05-22 ]** # \ [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/FlorianFe/chemical-element-visualisation) A Web Component for visualizing an chemical element built with LitElement. It's part of the [Elements](https://github.com/FlorianFe/Elements) Electron Application. You can find a full list of element symbols on [Wikipedia](https://simple.wikipedia.org/wiki/List_of_elements_by_symbol). ## � Preview ![Screenshot](https://florianfe.github.io/screenshots/chemical-element-visualisation/screenshot-1.png) ## � Installation ``` npm install --save chemical-element-visualisation ``` ## � Usage ``` ``` ## � License [MIT License](https://github.com/FlorianFe/chemical-element-visualisation/blob/master/LICENSE.txt)
Online