Skip to content
Esc
navigateopen⌘Jpreview

ChartLine

Install

npm install vadivam-react
pnpm add vadivam-react
bun add vadivam-react
yarn add vadivam-react

Use it in your framework

import { ChartLine } from "vadivam-react";

<ChartLine />
<script setup>
import { ChartLine } from "vadivam-vue";
</script>

<template>
  <ChartLine />
</template>
<script>
  import { ChartLine } from "vadivam-svelte";
</script>

<ChartLine />
import { ChartLine } from "vadivam-solid";

<ChartLine />
import { ChartLine } from "vadivam-preact";

<ChartLine />
---
import { ChartLine } from "vadivam-astro";
---

<ChartLine />
import { ChartLine } from "vadivam-angular";

<svg vadivamChartLine></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="M22 22H8a6 6 0 0 1-6-6V2"/><path d="m2 16 4.071-3.213c1.725-1.362 2.859-1.222 4.348.189l.006.006c1.624 1.538 2.787 1.474 4.404.133L21 8"/>
</svg>
import iconUrl from "vadivam/icons/chart-line.svg";

Keep exploring