Skip to content
Esc
navigateopen⌘Jpreview

Barcode

Install

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

Use it in your framework

import { Barcode } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamBarcode></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="M2 4v16M6 4v14m4-14v16m4-16v14m4-14v16m4-16v16"/>
</svg>
import iconUrl from "vadivam/icons/barcode.svg";

Keep exploring