Skip to content
Esc
navigateopen⌘Jpreview

Sparkles

Install

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

Use it in your framework

import { Sparkles } from "vadivam-react";

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

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

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

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

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

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

<svg vadivamSparkles></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="M15.078 22c1.248-5.166 2.762-6.777 6.922-8.182-4.371-1.476-5.733-3.267-6.922-8.181-1.25 5.165-2.765 6.775-6.925 8.18 4.367 1.475 5.737 3.279 6.924 8.183M5.846 11.091C6.414 8.402 7.514 7.19 9.69 6.546 7.514 5.902 6.414 4.689 5.847 2 5.302 4.572 4.274 5.872 2 6.544c2.177.645 3.277 1.858 3.846 4.547"/>
</svg>
import iconUrl from "vadivam/icons/sparkles.svg";

Keep exploring