Skip to content
Esc
navigateopen⌘Jpreview

Share

Install

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

Use it in your framework

import { Share } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamShare></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="M18 11h1a2 2 0 0 1 2 2v4c0 2.2-1.578 5-4.375 5h-9.25C4.58 22 3 19.203 3 17.005V13a2 2 0 0 1 2-2h1m6 6V2m5 4.875a9.75 9.75 0 0 1-4.058-3.467L12 2l-.942 1.408A9.75 9.75 0 0 1 7 6.875"/>
</svg>
import iconUrl from "vadivam/icons/share.svg";

Keep exploring