WebApps with LocalStorage and AppCache/Icons for Menu
Appearance
Hamburger Menu Icon | Load Icon e.g. for Buttons |
---|---|
Icons can be used in buttons or in [navigation menus] for the menu items with labels or just as graphical images for a button. This learning resource will focus on using icons in AppLSAC.
Learning Task
[edit | edit source]- First explore the concept of Icon Fonts that bundle a large set of icons in single files to reduce loading time. Furthermore these fonts are in general loaded from Content Delivery Networks (CDN). CDNs make it easy to use fonts like Font Awesome.
- Learn to store the SVG Images in a Javascript object/hash as string to use them in your AppLSAC.
- See JSON3D4Aframe for application in buttons and learn about the integration in WebApps in W3C-tutorial about icons[1].
See also
[edit | edit source]- Icons used in a Menu for Navigation
- Icons4Menu GitHub Repository
- JSON3D4aframe - AppLSAC for creating web-based Augmented Reality
- Create Icons for Learning Resources
References
[edit | edit source]- ↑ Icon Tutorial W3C (2019) https://www.w3schools.com/icons/ - accessed (2919/09/14)