Skip to content
Esc
navigateopen⌘Jpreview

Beaker

Install

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

Use it in your framework

import { Beaker } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamBeaker></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="M17.98 5c0 5.21 2.203 17-5.98 17S6.02 10.21 6.02 5"/><path d="M6 4.73c0 4.36 12 4.36 12 0 0-3.64-12-3.64-12 0m12 9.865c-1.96.62-4.04.49-6-.13a9.9 9.9 0 0 0-6 0"/>
</svg>
import iconUrl from "vadivam/icons/beaker.svg";

Keep exploring