UNPKG

vue3-svg-gauge

Version:

Customizable gauge component with gradients and animations for Vue 3

13 lines (12 loc) 272 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Conduit</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <div id="app"></div> <script type="module" src="/src/main.js"></script> </body> </html>