This project is using Web Component Technology to create a google styled Apps Launcher
- import the
app-launcher.jsfile into the project and call<nt-app-launcher-apps></nt-app-launcher-apps>in the html - use query selector to search for
nt-app-launcher-appse.g.const select = document.querySelector('nt-app-launcher-apps'); - set attribute data to the element by using
select.setAttribute("data", JSON.stringify(dataList)); - can also refer to the example in the index.html