Gauge
Install
npm install vadivam-reactpnpm add vadivam-reactbun add vadivam-reactyarn add vadivam-reactUse it in your framework
import { Gauge } from "vadivam-react";
<Gauge /><script setup>
import { Gauge } from "vadivam-vue";
</script>
<template>
<Gauge />
</template><script>
import { Gauge } from "vadivam-svelte";
</script>
<Gauge />import { Gauge } from "vadivam-solid";
<Gauge />import { Gauge } from "vadivam-preact";
<Gauge />---
import { Gauge } from "vadivam-astro";
---
<Gauge />import { Gauge } from "vadivam-angular";
<svg vadivamGauge></svg>Raw SVG & assets
View raw SVG
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M19.997 19.5a10.1 10.1 0 0 0 2.003-6 10 10 0 0 0-20 0c0 2.153.72 4.28 2.003 6M16 9.5l-4 4"/>
</svg>import iconUrl from "vadivam/icons/gauge.svg";