Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 436 Bytes

File metadata and controls

13 lines (12 loc) · 436 Bytes

Elemental

Simple HTML elements that are kind of neat. Currently this adds a few new elements like

    <color-picker value="#ff0000"></color-picker>
    <ambient-video></ambient-video>

Simply add the elemental main library and any elements you think you would like to your html file. Like so

    <script src="Path/To/Elemental/elemental.js"></script>
    <script src="Path/To/Element/colorPicker.js"></script>