UNPKG
vue3-svg-gauge
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Customizable gauge component with gradients and animations for Vue 3
dennisthln/vue3-svg-gauge
vue3-svg-gauge
/
demo
/
index.html
13 lines
(12 loc)
•
272 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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
>