UNPKG

dile-checkbox

Version:

Webcomponent dile-checkbox following open-wc recommendations

17 lines (15 loc) 238 B
<!doctype html> <html lang="en-GB"> <head> <meta charset="utf-8"> <style> body { background: #fafafa; } </style> </head> <body> <div id="demo"></div> <script type="module" src="index.js"></script> </body> </html>