UNPKG

@lordicon/element

Version:

This package offers developers a convenient method for embedding, controlling, and customizing animated icons from Lordicon within web projects.

16 lines (13 loc) 380 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>Icon directly</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/main.css" /> <script type="module" src="/09-icon-directly.ts"></script> </head> <body> <lord-icon trigger="hover"></lord-icon> </body> </html>