Skip to content

LiaTemplates/PeriodicTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Periodic Table Template

A simple template for visualizing an interactive periodic table.

Try it on LiaScript:

https://liascript.github.io/course/?https://raw.githubusercontent.com/LiaTemplates/PeriodicTable/main/README.md#1

See the project on Github:

https://github.com/LiaTemplates/PeriodicTable

Just include the macro in your import statement and call @PeriodicTable or @PeriodicTablewithStyle()

import: https://github.com/LiaTemplates/PeriodicTable/blob/main/README.md

@PeriodicTable


@PeriodicTable.withStyle("width: 50%; height: 600px;")

@PeriodicTable


@PeriodicTable.withStyle("width: 50%; height: 600px;")

This LiaScript macro is based on the implementation of Bowserinator. The original example can be found at CodePen.