UNPKG

anycode-components

Version:

anycode-components (RiotJS Tag Library) - A set of common RiotJS tags used by Anycode

16 lines (15 loc) 377 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>manual test</title> </head> <body> <iconic-navigation>Content</iconic-navigation> <script src="//cdn.jsdelivr.net/riot/2.3/riot+compiler.min.js"></script> <script src="../anycode-components.js"></script> <script> riot.mount('iconic-navigation') </script> </body> </html>