�⚛ A Web Component for visualizing an chemical element
[ This description is mirrored from README.md at github.com/FlorianFe/chemical-element-visualisation on 2019-05-22 ]
<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
Install
Framework Support
Polymer 2.0+
Browser Compatibility
Install with
Run the above Bower command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 1.0.4
Dependencies
- polymer#Polymer/Polymer#^2.0.1
- paper-tooltip#PolymerElements/paper-tooltip#^2.0.0